Html Css Color HEX #EDA32B Lightning Yellow

📋 copy color: '#EDA32B'

red 237 ◦ green 163 ◦ blue 43

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

Shades of Lightning Yellow #EDA32B

Tints of Lightning Yellow #EDA32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.79%

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

R = 53.5%
G = 36.79%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA32B (or 0xEDA32B) is known color: Lightning Yellow. HEX triplet: ED, A3 and 2B. RGB value is (237,163,43). Sum of RGB (Red+Green+Blue) = 237+163+43=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA32B is #125CD4. Grayscale: #ABABAB. Windows color (decimal): -1203413 or 2860013. OLE color: 2860013.

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

Color convert

RGB 237 163 43 -
CMYK 0 0.31 0.82 0.07
HSL 37.11º 0.84% 0.55% -
HSV(B) 37.11º 0.82% 0.93% -
XYZ 48.46 44.37 8.3 -
YUV 171.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 237 163 43 0 0.31 0.82 0.07 37.11 0.84 0.55
Hex ED A3 2B 0 1F 52 7 25 54 37
Octal 355 243 53 0 37 122 7 45 124 67
Binary 11101101 10100011 101011 0 11111 1010010 111 100101 1010100 110111

Color Harmonies of #EDA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA32B

Black with #EDA32B

Text Example


Text Example

White with #EDA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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