Html Css Color HEX #EEB130 Bright Sun

📋 copy color: '#EEB130'

red 238 ◦ green 177 ◦ blue 48

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

Shades of Bright Sun #EEB130

Tints of Bright Sun #EEB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 51.4%
G = 38.23%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEB130 (or 0xEEB130) is known color: Bright Sun. HEX triplet: EE, B1 and 30. RGB value is (238,177,48). Sum of RGB (Red+Green+Blue) = 238+177+48=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB130 is #114ECF. Grayscale: #B5B5B5. Windows color (decimal): -1134288 or 3191278. OLE color: 3191278.

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

Color convert

RGB 238 177 48 -
CMYK 0 0.26 0.80 0.07
HSL 40.74º 0.85% 0.56% -
HSV(B) 40.74º 0.8% 0.93% -
XYZ 51.52 49.83 9.7 -
YUV 180.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 238 177 48 0 0.26 0.80 0.07 40.74 0.85 0.56
Hex EE B1 30 0 1A 50 7 29 55 38
Octal 356 261 60 0 32 120 7 51 125 70
Binary 11101110 10110001 110000 0 11010 1010000 111 101001 1010101 111000

Color Harmonies of #EEB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB130

Black with #EEB130

Text Example


Text Example

White with #EEB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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