Html Css Color HEX #EDDA33 Golden Fizz

📋 copy color: '#EDDA33'

red 237 ◦ green 218 ◦ blue 51

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

Shades of Golden Fizz #EDDA33

Tints of Golden Fizz #EDDA33

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 51 (20.31% from 255) = 10.08%

R = 46.84%
G = 43.08%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDDA33 (or 0xEDDA33) is known color: Golden Fizz. HEX triplet: ED, DA and 33. RGB value is (237,218,51). Sum of RGB (Red+Green+Blue) = 237+218+51=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA33 is #1225CC. Grayscale: #CDCDCD. Windows color (decimal): -1189325 or 3398381. OLE color: 3398381.

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

Color convert

RGB 237 218 51 -
CMYK 0 0.08 0.78 0.07
HSL 53.87º 0.84% 0.56% -
HSV(B) 53.87º 0.78% 0.93% -
XYZ 60.59 68.39 13.14 -
YUV 204.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 237 218 51 0 0.08 0.78 0.07 53.87 0.84 0.56
Hex ED DA 33 0 8 4E 7 36 54 38
Octal 355 332 63 0 10 116 7 66 124 70
Binary 11101101 11011010 110011 0 1000 1001110 111 110110 1010100 111000

Color Harmonies of #EDDA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA33

Black with #EDDA33

Text Example


Text Example

White with #EDDA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA33; }

 p { color: rgb(237,218,51); }

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

background-color css

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

 a { background-color: rgb(237,218,51); }

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

border-color css

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

 span { border-color: rgb(237,218,51); }

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