Html Css Color HEX #EDDB23 Golden Fizz

📋 copy color: '#EDDB23'

red 237 ◦ green 219 ◦ blue 35

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

Shades of Golden Fizz #EDDB23

Tints of Golden Fizz #EDDB23

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 48.27%
G = 44.6%
B = 7.13%

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

#EDDB23 (or 0xEDDB23) is known color: Golden Fizz. HEX triplet: ED, DB and 23. RGB value is (237,219,35). Sum of RGB (Red+Green+Blue) = 237+219+35=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB23 is #1224DC. Grayscale: #CCCCCC. Windows color (decimal): -1189085 or 2350061. OLE color: 2350061.

HSL color Cylindrical-coordinate representation of color #EDDB23: hue angle of 54.65º 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 #EDDB23 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 35 -
CMYK 0 0.08 0.85 0.07
HSL 54.65º 0.85% 0.53% -
HSV(B) 54.65º 0.85% 0.93% -
XYZ 60.56 68.79 11.68 -
YUV 203.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 237 219 35 0 0.08 0.85 0.07 54.65 0.85 0.53
Hex ED DB 23 0 8 55 7 37 55 35
Octal 355 333 43 0 10 125 7 67 125 65
Binary 11101101 11011011 100011 0 1000 1010101 111 110111 1010101 110101

Color Harmonies of #EDDB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB23

Black with #EDDB23

Text Example


Text Example

White with #EDDB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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