Html Css Color HEX #EDA22B Lightning Yellow

📋 copy color: '#EDA22B'

red 237 ◦ green 162 ◦ blue 43

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

Shades of Lightning Yellow #EDA22B

Tints of Lightning Yellow #EDA22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

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

R = 53.62%
G = 36.65%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA22B (or 0xEDA22B) is known color: Lightning Yellow. HEX triplet: ED, A2 and 2B. RGB value is (237,162,43). Sum of RGB (Red+Green+Blue) = 237+162+43=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA22B is #125DD4. Grayscale: #ABABAB. Windows color (decimal): -1203669 or 2859757. OLE color: 2859757.

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

Color convert

RGB 237 162 43 -
CMYK 0 0.32 0.82 0.07
HSL 36.8º 0.84% 0.55% -
HSV(B) 36.8º 0.82% 0.93% -
XYZ 48.28 44.02 8.24 -
YUV 170.86 55.85 175.18 -
System Red Green Blue C M Y K H S L
Decimal 237 162 43 0 0.32 0.82 0.07 36.8 0.84 0.55
Hex ED A2 2B 0 20 52 7 25 54 37
Octal 355 242 53 0 40 122 7 45 124 67
Binary 11101101 10100010 101011 0 100000 1010010 111 100101 1010100 110111

Color Harmonies of #EDA22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA22B

Black with #EDA22B

Text Example


Text Example

White with #EDA22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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