Html Css Color HEX #EDA72B Lightning Yellow

📋 copy color: '#EDA72B'

red 237 ◦ green 167 ◦ blue 43

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

Shades of Lightning Yellow #EDA72B

Tints of Lightning Yellow #EDA72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.62%

R = 53.02%
G = 37.36%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA72B (or 0xEDA72B) is known color: Lightning Yellow. HEX triplet: ED, A7 and 2B. RGB value is (237,167,43). Sum of RGB (Red+Green+Blue) = 237+167+43=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA72B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA72B is #1258D4. Grayscale: #AEAEAE. Windows color (decimal): -1202389 or 2861037. OLE color: 2861037.

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

Color convert

RGB 237 167 43 -
CMYK 0 0.30 0.82 0.07
HSL 38.35º 0.84% 0.55% -
HSV(B) 38.35º 0.82% 0.93% -
XYZ 49.18 45.82 8.54 -
YUV 173.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 237 167 43 0 0.30 0.82 0.07 38.35 0.84 0.55
Hex ED A7 2B 0 1E 52 7 26 54 37
Octal 355 247 53 0 36 122 7 46 124 67
Binary 11101101 10100111 101011 0 11110 1010010 111 100110 1010100 110111

Color Harmonies of #EDA72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA72B

Black with #EDA72B

Text Example


Text Example

White with #EDA72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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