Html Css Color HEX #EEA530 Lightning Yellow

📋 copy color: '#EEA530'

red 238 ◦ green 165 ◦ blue 48

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

Shades of Lightning Yellow #EEA530

Tints of Lightning Yellow #EEA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 52.77%
G = 36.59%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEA530 (or 0xEEA530) is known color: Lightning Yellow. HEX triplet: EE, A5 and 30. RGB value is (238,165,48). Sum of RGB (Red+Green+Blue) = 238+165+48=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA530 is #115ACF. Grayscale: #AEAEAE. Windows color (decimal): -1137360 or 3188206. OLE color: 3188206.

HSL color Cylindrical-coordinate representation of color #EEA530: hue angle of 36.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEA530 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 165 48 -
CMYK 0 0.31 0.80 0.07
HSL 36.95º 0.85% 0.56% -
HSV(B) 36.95º 0.8% 0.93% -
XYZ 49.25 45.3 8.94 -
YUV 173.49 57.18 174.01 -
System Red Green Blue C M Y K H S L
Decimal 238 165 48 0 0.31 0.80 0.07 36.95 0.85 0.56
Hex EE A5 30 0 1F 50 7 25 55 38
Octal 356 245 60 0 37 120 7 45 125 70
Binary 11101110 10100101 110000 0 11111 1010000 111 100101 1010101 111000

Color Harmonies of #EEA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA530

Black with #EEA530

Text Example


Text Example

White with #EEA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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