Html Css Color HEX #EDDB46 Energy Yellow

📋 copy color: '#EDDB46'

red 237 ◦ green 219 ◦ blue 70

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

Shades of Energy Yellow #EDDB46

Tints of Energy Yellow #EDDB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.31%

R = 45.06%
G = 41.63%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDDB46 (or 0xEDDB46) is known color: Energy Yellow. HEX triplet: ED, DB and 46. RGB value is (237,219,70). Sum of RGB (Red+Green+Blue) = 237+219+70=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB46 is #1224B9. Grayscale: #D0D0D0. Windows color (decimal): -1189050 or 4643821. OLE color: 4643821.

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

Color convert

RGB 237 219 70 -
CMYK 0 0.08 0.70 0.07
HSL 53.53º 0.82% 0.6% -
HSV(B) 53.53º 0.7% 0.93% -
XYZ 61.36 69.11 15.9 -
YUV 207.4 50.46 149.12 -
System Red Green Blue C M Y K H S L
Decimal 237 219 70 0 0.08 0.70 0.07 53.53 0.82 0.6
Hex ED DB 46 0 8 46 7 36 52 3C
Octal 355 333 106 0 10 106 7 66 122 74
Binary 11101101 11011011 1000110 0 1000 1000110 111 110110 1010010 111100

Color Harmonies of #EDDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB46

Black with #EDDB46

Text Example


Text Example

White with #EDDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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