Html Css Color HEX #EDDB2B Golden Fizz

📋 copy color: '#EDDB2B'

red 237 ◦ green 219 ◦ blue 43

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

Shades of Golden Fizz #EDDB2B

Tints of Golden Fizz #EDDB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.62%

R = 47.49%
G = 43.89%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDDB2B (or 0xEDDB2B) is known color: Golden Fizz. HEX triplet: ED, DB and 2B. RGB value is (237,219,43). Sum of RGB (Red+Green+Blue) = 237+219+43=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB2B is #1224D4. Grayscale: #CDCDCD. Windows color (decimal): -1189077 or 2874349. OLE color: 2874349.

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

Color convert

RGB 237 219 43 -
CMYK 0 0.08 0.82 0.07
HSL 54.43º 0.84% 0.55% -
HSV(B) 54.43º 0.82% 0.93% -
XYZ 60.69 68.84 12.37 -
YUV 204.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 237 219 43 0 0.08 0.82 0.07 54.43 0.84 0.55
Hex ED DB 2B 0 8 52 7 36 54 37
Octal 355 333 53 0 10 122 7 66 124 67
Binary 11101101 11011011 101011 0 1000 1010010 111 110110 1010100 110111

Color Harmonies of #EDDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB2B

Black with #EDDB2B

Text Example


Text Example

White with #EDDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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