Html Css Color HEX #EECF55 Portica

📋 copy color: '#EECF55'

red 238 ◦ green 207 ◦ blue 85

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

Shades of Portica #EECF55

Tints of Portica #EECF55

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.06%

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

R = 44.91%
G = 39.06%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EECF55 (or 0xEECF55) is known color: Portica. HEX triplet: EE, CF and 55. RGB value is (238,207,85). Sum of RGB (Red+Green+Blue) = 238+207+85=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF55 is #1130AA. Grayscale: #CACACA. Windows color (decimal): -1126571 or 5623790. OLE color: 5623790.

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

Color convert

RGB 238 207 85 -
CMYK 0 0.13 0.64 0.07
HSL 47.84º 0.82% 0.63% -
HSV(B) 47.84º 0.64% 0.93% -
XYZ 59.21 63.46 17.72 -
YUV 202.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 238 207 85 0 0.13 0.64 0.07 47.84 0.82 0.63
Hex EE CF 55 0 D 40 7 30 52 3F
Octal 356 317 125 0 15 100 7 60 122 77
Binary 11101110 11001111 1010101 0 1101 1000000 111 110000 1010010 111111

Color Harmonies of #EECF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF55

Black with #EECF55

Text Example


Text Example

White with #EECF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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