Html Css Color HEX #EDA52F Lightning Yellow

📋 copy color: '#EDA52F'

red 237 ◦ green 165 ◦ blue 47

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

Shades of Lightning Yellow #EDA52F

Tints of Lightning Yellow #EDA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 52.78%
G = 36.75%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDA52F (or 0xEDA52F) is known color: Lightning Yellow. HEX triplet: ED, A5 and 2F. RGB value is (237,165,47). Sum of RGB (Red+Green+Blue) = 237+165+47=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA52F is #125AD0. Grayscale: #ADADAD. Windows color (decimal): -1202897 or 3122669. OLE color: 3122669.

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

Color convert

RGB 237 165 47 -
CMYK 0 0.30 0.80 0.07
HSL 37.26º 0.84% 0.56% -
HSV(B) 37.26º 0.8% 0.93% -
XYZ 48.89 45.12 8.82 -
YUV 173.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 237 165 47 0 0.30 0.80 0.07 37.26 0.84 0.56
Hex ED A5 2F 0 1E 50 7 25 54 38
Octal 355 245 57 0 36 120 7 45 124 70
Binary 11101101 10100101 101111 0 11110 1010000 111 100101 1010100 111000

Color Harmonies of #EDA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA52F

Black with #EDA52F

Text Example


Text Example

White with #EDA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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