Html Css Color HEX #EDA72D Lightning Yellow

📋 copy color: '#EDA72D'

red 237 ◦ green 167 ◦ blue 45

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

Shades of Lightning Yellow #EDA72D

Tints of Lightning Yellow #EDA72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

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

R = 52.78%
G = 37.19%
B = 10.02%

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

#EDA72D (or 0xEDA72D) is known color: Lightning Yellow. HEX triplet: ED, A7 and 2D. RGB value is (237,167,45). Sum of RGB (Red+Green+Blue) = 237+167+45=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA72D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA72D is #1258D2. Grayscale: #AEAEAE. Windows color (decimal): -1202387 or 2992109. OLE color: 2992109.

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

Color convert

RGB 237 167 45 -
CMYK 0 0.30 0.81 0.07
HSL 38.13º 0.84% 0.55% -
HSV(B) 38.13º 0.81% 0.93% -
XYZ 49.22 45.83 8.73 -
YUV 174.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 237 167 45 0 0.30 0.81 0.07 38.13 0.84 0.55
Hex ED A7 2D 0 1E 51 7 26 54 37
Octal 355 247 55 0 36 121 7 46 124 67
Binary 11101101 10100111 101101 0 11110 1010001 111 100110 1010100 110111

Color Harmonies of #EDA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA72D

Black with #EDA72D

Text Example


Text Example

White with #EDA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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