Html Css Color HEX #E9CB5A Portica

📋 copy color: '#E9CB5A'

red 233 ◦ green 203 ◦ blue 90

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

Shades of Portica #E9CB5A

Tints of Portica #E9CB5A

RGB

 RED value IS 233 (91.41% from 255) = 44.3%

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

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

R = 44.3%
G = 38.59%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9CB5A (or 0xE9CB5A) is known color: Portica. HEX triplet: E9, CB and 5A. RGB value is (233,203,90). Sum of RGB (Red+Green+Blue) = 233+203+90=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CB5A is #1634A5. Grayscale: #C7C7C7. Windows color (decimal): -1455270 or 5950441. OLE color: 5950441.

HSL color Cylindrical-coordinate representation of color #E9CB5A: hue angle of 47.41º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9CB5A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 203 90 -
CMYK 0 0.13 0.61 0.09
HSL 47.41º 0.76% 0.63% -
HSV(B) 47.41º 0.61% 0.91% -
XYZ 56.81 60.77 18.41 -
YUV 199.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 233 203 90 0 0.13 0.61 0.09 47.41 0.76 0.63
Hex E9 CB 5A 0 D 3D 9 2F 4C 3F
Octal 351 313 132 0 15 75 11 57 114 77
Binary 11101001 11001011 1011010 0 1101 111101 1001 101111 1001100 111111

Color Harmonies of #E9CB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CB5A

Black with #E9CB5A

Text Example


Text Example

White with #E9CB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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