Html Css Color HEX #EDEB30 Golden Fizz

📋 copy color: '#EDEB30'

red 237 ◦ green 235 ◦ blue 48

#EDEB30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EDEB30

Tints of Golden Fizz #EDEB30

RGB

 RED value IS 237 (92.97% from 255) = 45.58%

 GREEN value IS 235 (92.19% from 255) = 45.19%

 BLUE value IS 48 (19.14% from 255) = 9.23%

R = 45.58%
G = 45.19%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDEB30 (or 0xEDEB30) is known color: Golden Fizz. HEX triplet: ED, EB and 30. RGB value is (237,235,48). Sum of RGB (Red+Green+Blue) = 237+235+48=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB30 is #1214CF. Grayscale: #D7D7D7. Windows color (decimal): -1184976 or 3206125. OLE color: 3206125.

HSL color Cylindrical-coordinate representation of color #EDEB30: hue angle of 59.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDEB30 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 48 -
CMYK 0 0.01 0.80 0.07
HSL 59.37º 0.84% 0.56% -
HSV(B) 59.37º 0.8% 0.93% -
XYZ 65.17 77.63 14.35 -
YUV 214.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 237 235 48 0 0.01 0.80 0.07 59.37 0.84 0.56
Hex ED EB 30 0 1 50 7 3B 54 38
Octal 355 353 60 0 1 120 7 73 124 70
Binary 11101101 11101011 110000 0 1 1010000 111 111011 1010100 111000

Color Harmonies of #EDEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB30

Black with #EDEB30

Text Example


Text Example

White with #EDEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB30; }

 p { color: rgb(237,235,48); }

 H1.HeaderClassName
 {
   color: #EDEB30;
 }
 .AnyTagClassName
 {
   color: #EDEB30;
 }
</style>

background-color css

<style>
 a { background-color: #EDEB30; }

 a { background-color: rgb(237,235,48); }

 div.DivClassName
 {
   background-color: #EDEB30;
 }
 .BgClassName
 {
   background-color: #EDEB30;
 }
</style>

border-color css

<style>
 span { border-color: #EDEB30; }

 span { border-color: rgb(237,235,48); }

 td.TdClassName
 {
   border-color: #EDEB30;
 }
 .TagClassName
 {
   border-color: #EDEB30;
 }
</style>