Html Css Color HEX #EEC130 Bright Sun

📋 copy color: '#EEC130'

red 238 ◦ green 193 ◦ blue 48

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

Shades of Bright Sun #EEC130

Tints of Bright Sun #EEC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

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

R = 49.69%
G = 40.29%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEC130 (or 0xEEC130) is known color: Bright Sun. HEX triplet: EE, C1 and 30. RGB value is (238,193,48). Sum of RGB (Red+Green+Blue) = 238+193+48=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC130 is #113ECF. Grayscale: #BEBEBE. Windows color (decimal): -1130192 or 3195374. OLE color: 3195374.

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

Color convert

RGB 238 193 48 -
CMYK 0 0.19 0.80 0.07
HSL 45.79º 0.85% 0.56% -
HSV(B) 45.79º 0.8% 0.93% -
XYZ 54.86 56.53 10.82 -
YUV 189.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 238 193 48 0 0.19 0.80 0.07 45.79 0.85 0.56
Hex EE C1 30 0 13 50 7 2E 55 38
Octal 356 301 60 0 23 120 7 56 125 70
Binary 11101110 11000001 110000 0 10011 1010000 111 101110 1010101 111000

Color Harmonies of #EEC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC130

Black with #EEC130

Text Example


Text Example

White with #EEC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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