Html Css Color HEX #E5CF56 Portica

📋 copy color: '#E5CF56'

red 229 ◦ green 207 ◦ blue 86

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

Shades of Portica #E5CF56

Tints of Portica #E5CF56

RGB

 RED value IS 229 (89.84% from 255) = 43.87%

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

 BLUE value IS 86 (33.98% from 255) = 16.48%

R = 43.87%
G = 39.66%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E5CF56 (or 0xE5CF56) is known color: Portica. HEX triplet: E5, CF and 56. RGB value is (229,207,86). Sum of RGB (Red+Green+Blue) = 229+207+86=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF56 is #1A30A9. Grayscale: #C8C8C8. Windows color (decimal): -1716394 or 5689317. OLE color: 5689317.

HSL color Cylindrical-coordinate representation of color #E5CF56: hue angle of 50.77º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5CF56 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 86 -
CMYK 0 0.10 0.62 0.10
HSL 50.77º 0.73% 0.62% -
HSV(B) 50.77º 0.62% 0.9% -
XYZ 56.31 61.96 17.8 -
YUV 199.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 229 207 86 0 0.10 0.62 0.10 50.77 0.73 0.62
Hex E5 CF 56 0 A 3E A 33 49 3E
Octal 345 317 126 0 12 76 12 63 111 76
Binary 11100101 11001111 1010110 0 1010 111110 1010 110011 1001001 111110

Color Harmonies of #E5CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF56

Black with #E5CF56

Text Example


Text Example

White with #E5CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF56; }

 p { color: rgb(229,207,86); }

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

background-color css

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

 a { background-color: rgb(229,207,86); }

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

border-color css

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

 span { border-color: rgb(229,207,86); }

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