Html Css Color HEX #E7CF5D Portica

📋 copy color: '#E7CF5D'

red 231 ◦ green 207 ◦ blue 93

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

Shades of Portica #E7CF5D

Tints of Portica #E7CF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.51%

R = 43.5%
G = 38.98%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7CF5D (or 0xE7CF5D) is known color: Portica. HEX triplet: E7, CF and 5D. RGB value is (231,207,93). Sum of RGB (Red+Green+Blue) = 231+207+93=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF5D is #1830A2. Grayscale: #C9C9C9. Windows color (decimal): -1585315 or 6148071. OLE color: 6148071.

HSL color Cylindrical-coordinate representation of color #E7CF5D: hue angle of 49.57º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7CF5D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 93 -
CMYK 0 0.10 0.60 0.09
HSL 49.57º 0.74% 0.64% -
HSV(B) 49.57º 0.6% 0.91% -
XYZ 57.24 62.4 19.38 -
YUV 201.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 231 207 93 0 0.10 0.60 0.09 49.57 0.74 0.64
Hex E7 CF 5D 0 A 3C 9 32 4A 40
Octal 347 317 135 0 12 74 11 62 112 100
Binary 11100111 11001111 1011101 0 1010 111100 1001 110010 1001010 1000000

Color Harmonies of #E7CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF5D

Black with #E7CF5D

Text Example


Text Example

White with #E7CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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