Html Css Color HEX #EEAD30 Lightning Yellow

📋 copy color: '#EEAD30'

red 238 ◦ green 173 ◦ blue 48

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

Shades of Lightning Yellow #EEAD30

Tints of Lightning Yellow #EEAD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.69%

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

R = 51.85%
G = 37.69%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEAD30 (or 0xEEAD30) is known color: Lightning Yellow. HEX triplet: EE, AD and 30. RGB value is (238,173,48). Sum of RGB (Red+Green+Blue) = 238+173+48=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD30 is #1152CF. Grayscale: #B2B2B2. Windows color (decimal): -1135312 or 3190254. OLE color: 3190254.

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

Color convert

RGB 238 173 48 -
CMYK 0 0.27 0.80 0.07
HSL 39.47º 0.85% 0.56% -
HSV(B) 39.47º 0.8% 0.93% -
XYZ 50.74 48.28 9.44 -
YUV 178.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 238 173 48 0 0.27 0.80 0.07 39.47 0.85 0.56
Hex EE AD 30 0 1B 50 7 27 55 38
Octal 356 255 60 0 33 120 7 47 125 70
Binary 11101110 10101101 110000 0 11011 1010000 111 100111 1010101 111000

Color Harmonies of #EEAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD30

Black with #EEAD30

Text Example


Text Example

White with #EEAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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