Html Css Color HEX #E6D15B Portica

📋 copy color: '#E6D15B'

red 230 ◦ green 209 ◦ blue 91

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

Shades of Portica #E6D15B

Tints of Portica #E6D15B

RGB

 RED value IS 230 (90.23% from 255) = 43.4%

 GREEN value IS 209 (82.03% from 255) = 39.43%

 BLUE value IS 91 (35.94% from 255) = 17.17%

R = 43.4%
G = 39.43%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6D15B (or 0xE6D15B) is known color: Portica. HEX triplet: E6, D1 and 5B. RGB value is (230,209,91). Sum of RGB (Red+Green+Blue) = 230+209+91=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D15B is #192EA4. Grayscale: #CACACA. Windows color (decimal): -1650341 or 6017510. OLE color: 6017510.

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

Color convert

RGB 230 209 91 -
CMYK 0 0.09 0.60 0.10
HSL 50.94º 0.74% 0.63% -
HSV(B) 50.94º 0.6% 0.9% -
XYZ 57.32 63.18 19.07 -
YUV 201.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 230 209 91 0 0.09 0.60 0.10 50.94 0.74 0.63
Hex E6 D1 5B 0 9 3C A 33 4A 3F
Octal 346 321 133 0 11 74 12 63 112 77
Binary 11100110 11010001 1011011 0 1001 111100 1010 110011 1001010 111111

Color Harmonies of #E6D15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D15B

Black with #E6D15B

Text Example


Text Example

White with #E6D15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D15B; }

 p { color: rgb(230,209,91); }

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

background-color css

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

 a { background-color: rgb(230,209,91); }

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

border-color css

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

 span { border-color: rgb(230,209,91); }

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