Html Css Color HEX #EDAA2D Lightning Yellow

📋 copy color: '#EDAA2D'

red 237 ◦ green 170 ◦ blue 45

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

Shades of Lightning Yellow #EDAA2D

Tints of Lightning Yellow #EDAA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 45 (17.97% from 255) = 9.96%

R = 52.43%
G = 37.61%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAA2D (or 0xEDAA2D) is known color: Lightning Yellow. HEX triplet: ED, AA and 2D. RGB value is (237,170,45). Sum of RGB (Red+Green+Blue) = 237+170+45=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA2D is #1255D2. Grayscale: #B0B0B0. Windows color (decimal): -1201619 or 2992877. OLE color: 2992877.

HSL color Cylindrical-coordinate representation of color #EDAA2D: hue angle of 39.06º 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 #EDAA2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 45 -
CMYK 0 0.28 0.81 0.07
HSL 39.06º 0.84% 0.55% -
HSV(B) 39.06º 0.81% 0.93% -
XYZ 49.77 46.94 8.92 -
YUV 175.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 237 170 45 0 0.28 0.81 0.07 39.06 0.84 0.55
Hex ED AA 2D 0 1C 51 7 27 54 37
Octal 355 252 55 0 34 121 7 47 124 67
Binary 11101101 10101010 101101 0 11100 1010001 111 100111 1010100 110111

Color Harmonies of #EDAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA2D

Black with #EDAA2D

Text Example


Text Example

White with #EDAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA2D; }

 p { color: rgb(237,170,45); }

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

background-color css

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

 a { background-color: rgb(237,170,45); }

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

border-color css

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

 span { border-color: rgb(237,170,45); }

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