Html Css Color HEX #EEA72D Lightning Yellow

📋 copy color: '#EEA72D'

red 238 ◦ green 167 ◦ blue 45

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

Shades of Lightning Yellow #EEA72D

Tints of Lightning Yellow #EEA72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

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

R = 52.89%
G = 37.11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEA72D (or 0xEEA72D) is known color: Lightning Yellow. HEX triplet: EE, A7 and 2D. RGB value is (238,167,45). Sum of RGB (Red+Green+Blue) = 238+167+45=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA72D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA72D is #1158D2. Grayscale: #AEAEAE. Windows color (decimal): -1136851 or 2992110. OLE color: 2992110.

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

Color convert

RGB 238 167 45 -
CMYK 0 0.30 0.81 0.07
HSL 37.93º 0.85% 0.55% -
HSV(B) 37.93º 0.81% 0.93% -
XYZ 49.55 46 8.75 -
YUV 174.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 238 167 45 0 0.30 0.81 0.07 37.93 0.85 0.55
Hex EE A7 2D 0 1E 51 7 26 55 37
Octal 356 247 55 0 36 121 7 46 125 67
Binary 11101110 10100111 101101 0 11110 1010001 111 100110 1010101 110111

Color Harmonies of #EEA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA72D

Black with #EEA72D

Text Example


Text Example

White with #EEA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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