Html Css Color HEX #EDDB4C Energy Yellow

📋 copy color: '#EDDB4C'

red 237 ◦ green 219 ◦ blue 76

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

Shades of Energy Yellow #EDDB4C

Tints of Energy Yellow #EDDB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.29%

R = 44.55%
G = 41.17%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDDB4C (or 0xEDDB4C) is known color: Energy Yellow. HEX triplet: ED, DB and 4C. RGB value is (237,219,76). Sum of RGB (Red+Green+Blue) = 237+219+76=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB4C is #1224B3. Grayscale: #D0D0D0. Windows color (decimal): -1189044 or 5037037. OLE color: 5037037.

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

Color convert

RGB 237 219 76 -
CMYK 0 0.08 0.68 0.07
HSL 53.29º 0.82% 0.61% -
HSV(B) 53.29º 0.68% 0.93% -
XYZ 61.56 69.19 16.95 -
YUV 208.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 237 219 76 0 0.08 0.68 0.07 53.29 0.82 0.61
Hex ED DB 4C 0 8 44 7 35 52 3D
Octal 355 333 114 0 10 104 7 65 122 75
Binary 11101101 11011011 1001100 0 1000 1000100 111 110101 1010010 111101

Color Harmonies of #EDDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB4C

Black with #EDDB4C

Text Example


Text Example

White with #EDDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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