Html Css Color HEX #EECB5A Portica

📋 copy color: '#EECB5A'

red 238 ◦ green 203 ◦ blue 90

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

Shades of Portica #EECB5A

Tints of Portica #EECB5A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

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

R = 44.82%
G = 38.23%
B = 16.95%

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

#EECB5A (or 0xEECB5A) is known color: Portica. HEX triplet: EE, CB and 5A. RGB value is (238,203,90). Sum of RGB (Red+Green+Blue) = 238+203+90=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB5A is #1134A5. Grayscale: #C9C9C9. Windows color (decimal): -1127590 or 5950446. OLE color: 5950446.

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

Color convert

RGB 238 203 90 -
CMYK 0 0.15 0.62 0.07
HSL 45.81º 0.81% 0.64% -
HSV(B) 45.81º 0.62% 0.93% -
XYZ 58.46 61.63 18.49 -
YUV 200.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 238 203 90 0 0.15 0.62 0.07 45.81 0.81 0.64
Hex EE CB 5A 0 F 3E 7 2E 51 40
Octal 356 313 132 0 17 76 7 56 121 100
Binary 11101110 11001011 1011010 0 1111 111110 111 101110 1010001 1000000

Color Harmonies of #EECB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB5A

Black with #EECB5A

Text Example


Text Example

White with #EECB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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