Html Css Color HEX #EEA52B Lightning Yellow

📋 copy color: '#EEA52B'

red 238 ◦ green 165 ◦ blue 43

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

Shades of Lightning Yellow #EEA52B

Tints of Lightning Yellow #EEA52B

RGB

 RED value IS 238 (93.36% from 255) = 53.36%

 GREEN value IS 165 (64.84% from 255) = 37%

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

R = 53.36%
G = 37%
B = 9.64%

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

#EEA52B (or 0xEEA52B) is known color: Lightning Yellow. HEX triplet: EE, A5 and 2B. RGB value is (238,165,43). Sum of RGB (Red+Green+Blue) = 238+165+43=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA52B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA52B is #115AD4. Grayscale: #ADADAD. Windows color (decimal): -1137365 or 2860526. OLE color: 2860526.

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

Color convert

RGB 238 165 43 -
CMYK 0 0.31 0.82 0.07
HSL 37.54º 0.85% 0.55% -
HSV(B) 37.54º 0.82% 0.93% -
XYZ 49.15 45.26 8.43 -
YUV 172.92 54.68 174.42 -
System Red Green Blue C M Y K H S L
Decimal 238 165 43 0 0.31 0.82 0.07 37.54 0.85 0.55
Hex EE A5 2B 0 1F 52 7 26 55 37
Octal 356 245 53 0 37 122 7 46 125 67
Binary 11101110 10100101 101011 0 11111 1010010 111 100110 1010101 110111

Color Harmonies of #EEA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA52B

Black with #EEA52B

Text Example


Text Example

White with #EEA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA52B; }

 p { color: rgb(238,165,43); }

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

background-color css

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

 a { background-color: rgb(238,165,43); }

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

border-color css

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

 span { border-color: rgb(238,165,43); }

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