Html Css Color HEX #EDA027 Lightning Yellow

📋 copy color: '#EDA027'

red 237 ◦ green 160 ◦ blue 39

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

Shades of Lightning Yellow #EDA027

Tints of Lightning Yellow #EDA027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 54.36%
G = 36.7%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDA027 (or 0xEDA027) is known color: Lightning Yellow. HEX triplet: ED, A0 and 27. RGB value is (237,160,39). Sum of RGB (Red+Green+Blue) = 237+160+39=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA027 is #125FD8. Grayscale: #A9A9A9. Windows color (decimal): -1204185 or 2597101. OLE color: 2597101.

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

Color convert

RGB 237 160 39 -
CMYK 0 0.32 0.84 0.07
HSL 36.67º 0.85% 0.54% -
HSV(B) 36.67º 0.84% 0.93% -
XYZ 47.86 43.29 7.75 -
YUV 169.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 237 160 39 0 0.32 0.84 0.07 36.67 0.85 0.54
Hex ED A0 27 0 20 54 7 25 55 36
Octal 355 240 47 0 40 124 7 45 125 66
Binary 11101101 10100000 100111 0 100000 1010100 111 100101 1010101 110110

Color Harmonies of #EDA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA027

Black with #EDA027

Text Example


Text Example

White with #EDA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA027; }

 p { color: rgb(237,160,39); }

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

background-color css

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

 a { background-color: rgb(237,160,39); }

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

border-color css

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

 span { border-color: rgb(237,160,39); }

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