Html Css Color HEX #E9CD55 Portica

📋 copy color: '#E9CD55'

red 233 ◦ green 205 ◦ blue 85

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

Shades of Portica #E9CD55

Tints of Portica #E9CD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 44.55%
G = 39.2%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E9CD55 (or 0xE9CD55) is known color: Portica. HEX triplet: E9, CD and 55. RGB value is (233,205,85). Sum of RGB (Red+Green+Blue) = 233+205+85=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD55 is #1632AA. Grayscale: #C8C8C8. Windows color (decimal): -1454763 or 5623273. OLE color: 5623273.

HSL color Cylindrical-coordinate representation of color #E9CD55: hue angle of 48.65º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9CD55 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 205 85 -
CMYK 0 0.12 0.64 0.09
HSL 48.65º 0.77% 0.62% -
HSV(B) 48.65º 0.64% 0.91% -
XYZ 57.08 61.64 17.48 -
YUV 199.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 233 205 85 0 0.12 0.64 0.09 48.65 0.77 0.62
Hex E9 CD 55 0 C 40 9 31 4D 3E
Octal 351 315 125 0 14 100 11 61 115 76
Binary 11101001 11001101 1010101 0 1100 1000000 1001 110001 1001101 111110

Color Harmonies of #E9CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CD55

Black with #E9CD55

Text Example


Text Example

White with #E9CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CD55; }

 p { color: rgb(233,205,85); }

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

background-color css

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

 a { background-color: rgb(233,205,85); }

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

border-color css

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

 span { border-color: rgb(233,205,85); }

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