Html Css Color HEX #EEC028 Bright Sun

📋 copy color: '#EEC028'

red 238 ◦ green 192 ◦ blue 40

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

Shades of Bright Sun #EEC028

Tints of Bright Sun #EEC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 40 (16.02% from 255) = 8.51%

R = 50.64%
G = 40.85%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEC028 (or 0xEEC028) is known color: Bright Sun. HEX triplet: EE, C0 and 28. RGB value is (238,192,40). Sum of RGB (Red+Green+Blue) = 238+192+40=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC028 is #113FD7. Grayscale: #BDBDBD. Windows color (decimal): -1130456 or 2670830. OLE color: 2670830.

HSL color Cylindrical-coordinate representation of color #EEC028: hue angle of 46.06º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEC028 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 40 -
CMYK 0 0.19 0.83 0.07
HSL 46.06º 0.85% 0.55% -
HSV(B) 46.06º 0.83% 0.93% -
XYZ 54.49 56.03 9.95 -
YUV 188.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 238 192 40 0 0.19 0.83 0.07 46.06 0.85 0.55
Hex EE C0 28 0 13 53 7 2E 55 37
Octal 356 300 50 0 23 123 7 56 125 67
Binary 11101110 11000000 101000 0 10011 1010011 111 101110 1010101 110111

Color Harmonies of #EEC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC028

Black with #EEC028

Text Example


Text Example

White with #EEC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC028; }

 p { color: rgb(238,192,40); }

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

background-color css

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

 a { background-color: rgb(238,192,40); }

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

border-color css

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

 span { border-color: rgb(238,192,40); }

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