Html Css Color HEX #EDA52C Lightning Yellow

📋 copy color: '#EDA52C'

red 237 ◦ green 165 ◦ blue 44

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

Shades of Lightning Yellow #EDA52C

Tints of Lightning Yellow #EDA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 44 (17.58% from 255) = 9.87%

R = 53.14%
G = 37%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDA52C (or 0xEDA52C) is known color: Lightning Yellow. HEX triplet: ED, A5 and 2C. RGB value is (237,165,44). Sum of RGB (Red+Green+Blue) = 237+165+44=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA52C is #125AD3. Grayscale: #ADADAD. Windows color (decimal): -1202900 or 2926061. OLE color: 2926061.

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

Color convert

RGB 237 165 44 -
CMYK 0 0.30 0.81 0.07
HSL 37.62º 0.84% 0.55% -
HSV(B) 37.62º 0.81% 0.93% -
XYZ 48.83 45.1 8.51 -
YUV 172.73 55.35 173.84 -
System Red Green Blue C M Y K H S L
Decimal 237 165 44 0 0.30 0.81 0.07 37.62 0.84 0.55
Hex ED A5 2C 0 1E 51 7 26 54 37
Octal 355 245 54 0 36 121 7 46 124 67
Binary 11101101 10100101 101100 0 11110 1010001 111 100110 1010100 110111

Color Harmonies of #EDA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA52C

Black with #EDA52C

Text Example


Text Example

White with #EDA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA52C; }

 p { color: rgb(237,165,44); }

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

background-color css

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

 a { background-color: rgb(237,165,44); }

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

border-color css

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

 span { border-color: rgb(237,165,44); }

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