Html Css Color HEX #E7CF5A Portica

📋 copy color: '#E7CF5A'

red 231 ◦ green 207 ◦ blue 90

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

Shades of Portica #E7CF5A

Tints of Portica #E7CF5A

RGB

 RED value IS 231 (90.63% from 255) = 43.75%

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

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

R = 43.75%
G = 39.2%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7CF5A (or 0xE7CF5A) is known color: Portica. HEX triplet: E7, CF and 5A. RGB value is (231,207,90). Sum of RGB (Red+Green+Blue) = 231+207+90=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF5A is #1830A5. Grayscale: #C9C9C9. Windows color (decimal): -1585318 or 5951463. OLE color: 5951463.

HSL color Cylindrical-coordinate representation of color #E7CF5A: hue angle of 49.79º degrees, saturation: 0.75, 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 #E7CF5A is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 90 -
CMYK 0 0.10 0.61 0.09
HSL 49.79º 0.75% 0.63% -
HSV(B) 49.79º 0.61% 0.91% -
XYZ 57.11 62.35 18.7 -
YUV 200.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 231 207 90 0 0.10 0.61 0.09 49.79 0.75 0.63
Hex E7 CF 5A 0 A 3D 9 32 4B 3F
Octal 347 317 132 0 12 75 11 62 113 77
Binary 11100111 11001111 1011010 0 1010 111101 1001 110010 1001011 111111

Color Harmonies of #E7CF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF5A

Black with #E7CF5A

Text Example


Text Example

White with #E7CF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF5A; }

 p { color: rgb(231,207,90); }

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

background-color css

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

 a { background-color: rgb(231,207,90); }

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

border-color css

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

 span { border-color: rgb(231,207,90); }

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