Html Css Color HEX #EECC55 Portica

📋 copy color: '#EECC55'

red 238 ◦ green 204 ◦ blue 85

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

Shades of Portica #EECC55

Tints of Portica #EECC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

 BLUE value IS 85 (33.59% from 255) = 16.13%

R = 45.16%
G = 38.71%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EECC55 (or 0xEECC55) is known color: Portica. HEX triplet: EE, CC and 55. RGB value is (238,204,85). Sum of RGB (Red+Green+Blue) = 238+204+85=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC55 is #1133AA. Grayscale: #C9C9C9. Windows color (decimal): -1127339 or 5623022. OLE color: 5623022.

HSL color Cylindrical-coordinate representation of color #EECC55: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EECC55 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 204 85 -
CMYK 0 0.14 0.64 0.07
HSL 46.67º 0.82% 0.63% -
HSV(B) 46.67º 0.64% 0.93% -
XYZ 58.49 62.02 17.48 -
YUV 200.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 238 204 85 0 0.14 0.64 0.07 46.67 0.82 0.63
Hex EE CC 55 0 E 40 7 2F 52 3F
Octal 356 314 125 0 16 100 7 57 122 77
Binary 11101110 11001100 1010101 0 1110 1000000 111 101111 1010010 111111

Color Harmonies of #EECC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC55

Black with #EECC55

Text Example


Text Example

White with #EECC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC55; }

 p { color: rgb(238,204,85); }

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

background-color css

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

 a { background-color: rgb(238,204,85); }

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

border-color css

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

 span { border-color: rgb(238,204,85); }

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