Html Css Color HEX #EDDA23 Golden Fizz

📋 copy color: '#EDDA23'

red 237 ◦ green 218 ◦ blue 35

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

Shades of Golden Fizz #EDDA23

Tints of Golden Fizz #EDDA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.14%

R = 48.37%
G = 44.49%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDDA23 (or 0xEDDA23) is known color: Golden Fizz. HEX triplet: ED, DA and 23. RGB value is (237,218,35). Sum of RGB (Red+Green+Blue) = 237+218+35=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 35 (14.06% from 255 or 7.14% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA23 is #1225DC. Grayscale: #CBCBCB. Windows color (decimal): -1189341 or 2349805. OLE color: 2349805.

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

Color convert

RGB 237 218 35 -
CMYK 0 0.08 0.85 0.07
HSL 54.36º 0.85% 0.53% -
HSV(B) 54.36º 0.85% 0.93% -
XYZ 60.3 68.27 11.59 -
YUV 202.82 33.29 152.38 -
System Red Green Blue C M Y K H S L
Decimal 237 218 35 0 0.08 0.85 0.07 54.36 0.85 0.53
Hex ED DA 23 0 8 55 7 36 55 35
Octal 355 332 43 0 10 125 7 66 125 65
Binary 11101101 11011010 100011 0 1000 1010101 111 110110 1010101 110101

Color Harmonies of #EDDA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA23

Black with #EDDA23

Text Example


Text Example

White with #EDDA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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