Html Css Color HEX #EDA82B Lightning Yellow

📋 copy color: '#EDA82B'

red 237 ◦ green 168 ◦ blue 43

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

Shades of Lightning Yellow #EDA82B

Tints of Lightning Yellow #EDA82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

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

R = 52.9%
G = 37.5%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA82B (or 0xEDA82B) is known color: Lightning Yellow. HEX triplet: ED, A8 and 2B. RGB value is (237,168,43). Sum of RGB (Red+Green+Blue) = 237+168+43=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA82B is #1257D4. Grayscale: #AEAEAE. Windows color (decimal): -1202133 or 2861293. OLE color: 2861293.

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

Color convert

RGB 237 168 43 -
CMYK 0 0.29 0.82 0.07
HSL 38.66º 0.84% 0.55% -
HSV(B) 38.66º 0.82% 0.93% -
XYZ 49.36 46.18 8.6 -
YUV 174.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 237 168 43 0 0.29 0.82 0.07 38.66 0.84 0.55
Hex ED A8 2B 0 1D 52 7 27 54 37
Octal 355 250 53 0 35 122 7 47 124 67
Binary 11101101 10101000 101011 0 11101 1010010 111 100111 1010100 110111

Color Harmonies of #EDA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA82B

Black with #EDA82B

Text Example


Text Example

White with #EDA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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