Html Css Color HEX #EEA32D Lightning Yellow

📋 copy color: '#EEA32D'

red 238 ◦ green 163 ◦ blue 45

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

Shades of Lightning Yellow #EEA32D

Tints of Lightning Yellow #EEA32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 53.36%
G = 36.55%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEA32D (or 0xEEA32D) is known color: Lightning Yellow. HEX triplet: EE, A3 and 2D. RGB value is (238,163,45). Sum of RGB (Red+Green+Blue) = 238+163+45=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA32D is #115CD2. Grayscale: #ACACAC. Windows color (decimal): -1137875 or 2991086. OLE color: 2991086.

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

Color convert

RGB 238 163 45 -
CMYK 0 0.32 0.81 0.07
HSL 36.68º 0.85% 0.55% -
HSV(B) 36.68º 0.81% 0.93% -
XYZ 48.83 44.56 8.51 -
YUV 171.97 56.35 175.09 -
System Red Green Blue C M Y K H S L
Decimal 238 163 45 0 0.32 0.81 0.07 36.68 0.85 0.55
Hex EE A3 2D 0 20 51 7 25 55 37
Octal 356 243 55 0 40 121 7 45 125 67
Binary 11101110 10100011 101101 0 100000 1010001 111 100101 1010101 110111

Color Harmonies of #EEA32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA32D

Black with #EEA32D

Text Example


Text Example

White with #EEA32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA32D; }

 p { color: rgb(238,163,45); }

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

background-color css

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

 a { background-color: rgb(238,163,45); }

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

border-color css

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

 span { border-color: rgb(238,163,45); }

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