Html Css Color HEX #EECD55 Portica

📋 copy color: '#EECD55'

red 238 ◦ green 205 ◦ blue 85

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

Shades of Portica #EECD55

Tints of Portica #EECD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.83%

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

R = 45.08%
G = 38.83%
B = 16.1%

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

#EECD55 (or 0xEECD55) is known color: Portica. HEX triplet: EE, CD and 55. RGB value is (238,205,85). Sum of RGB (Red+Green+Blue) = 238+205+85=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD55 is #1132AA. Grayscale: #C9C9C9. Windows color (decimal): -1127083 or 5623278. OLE color: 5623278.

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

Color convert

RGB 238 205 85 -
CMYK 0 0.14 0.64 0.07
HSL 47.06º 0.82% 0.63% -
HSV(B) 47.06º 0.64% 0.93% -
XYZ 58.73 62.5 17.56 -
YUV 201.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 238 205 85 0 0.14 0.64 0.07 47.06 0.82 0.63
Hex EE CD 55 0 E 40 7 2F 52 3F
Octal 356 315 125 0 16 100 7 57 122 77
Binary 11101110 11001101 1010101 0 1110 1000000 111 101111 1010010 111111

Color Harmonies of #EECD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD55

Black with #EECD55

Text Example


Text Example

White with #EECD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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