Html Css Color HEX #EEA730 Lightning Yellow

📋 copy color: '#EEA730'

red 238 ◦ green 167 ◦ blue 48

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

Shades of Lightning Yellow #EEA730

Tints of Lightning Yellow #EEA730

RGB

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

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

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

R = 52.54%
G = 36.87%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEA730 (or 0xEEA730) is known color: Lightning Yellow. HEX triplet: EE, A7 and 30. RGB value is (238,167,48). Sum of RGB (Red+Green+Blue) = 238+167+48=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA730 is #1158CF. Grayscale: #AFAFAF. Windows color (decimal): -1136848 or 3188718. OLE color: 3188718.

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

Color convert

RGB 238 167 48 -
CMYK 0 0.30 0.80 0.07
HSL 37.58º 0.85% 0.56% -
HSV(B) 37.58º 0.8% 0.93% -
XYZ 49.61 46.03 9.07 -
YUV 174.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 238 167 48 0 0.30 0.80 0.07 37.58 0.85 0.56
Hex EE A7 30 0 1E 50 7 26 55 38
Octal 356 247 60 0 36 120 7 46 125 70
Binary 11101110 10100111 110000 0 11110 1010000 111 100110 1010101 111000

Color Harmonies of #EEA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA730

Black with #EEA730

Text Example


Text Example

White with #EEA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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