Html Css Color HEX #EECA5A Portica

📋 copy color: '#EECA5A'

red 238 ◦ green 202 ◦ blue 90

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

Shades of Portica #EECA5A

Tints of Portica #EECA5A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 44.91%
G = 38.11%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EECA5A (or 0xEECA5A) is known color: Portica. HEX triplet: EE, CA and 5A. RGB value is (238,202,90). Sum of RGB (Red+Green+Blue) = 238+202+90=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA5A is #1135A5. Grayscale: #C8C8C8. Windows color (decimal): -1127846 or 5950190. OLE color: 5950190.

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

Color convert

RGB 238 202 90 -
CMYK 0 0.15 0.62 0.07
HSL 45.41º 0.81% 0.64% -
HSV(B) 45.41º 0.62% 0.93% -
XYZ 58.23 61.16 18.41 -
YUV 200 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 238 202 90 0 0.15 0.62 0.07 45.41 0.81 0.64
Hex EE CA 5A 0 F 3E 7 2D 51 40
Octal 356 312 132 0 17 76 7 55 121 100
Binary 11101110 11001010 1011010 0 1111 111110 111 101101 1010001 1000000

Color Harmonies of #EECA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA5A

Black with #EECA5A

Text Example


Text Example

White with #EECA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA5A; }

 p { color: rgb(238,202,90); }

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

background-color css

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

 a { background-color: rgb(238,202,90); }

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

border-color css

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

 span { border-color: rgb(238,202,90); }

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