Html Css Color HEX #E6CE5B Portica

📋 copy color: '#E6CE5B'

red 230 ◦ green 206 ◦ blue 91

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

Shades of Portica #E6CE5B

Tints of Portica #E6CE5B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

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

R = 43.64%
G = 39.09%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6CE5B (or 0xE6CE5B) is known color: Portica. HEX triplet: E6, CE and 5B. RGB value is (230,206,91). Sum of RGB (Red+Green+Blue) = 230+206+91=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE5B is #1931A4. Grayscale: #C8C8C8. Windows color (decimal): -1651109 or 6016742. OLE color: 6016742.

HSL color Cylindrical-coordinate representation of color #E6CE5B: hue angle of 49.64º 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 #E6CE5B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 206 91 -
CMYK 0 0.10 0.60 0.10
HSL 49.64º 0.74% 0.63% -
HSV(B) 49.64º 0.6% 0.9% -
XYZ 56.59 61.72 18.83 -
YUV 200.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 230 206 91 0 0.10 0.60 0.10 49.64 0.74 0.63
Hex E6 CE 5B 0 A 3C A 32 4A 3F
Octal 346 316 133 0 12 74 12 62 112 77
Binary 11100110 11001110 1011011 0 1010 111100 1010 110010 1001010 111111

Color Harmonies of #E6CE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE5B

Black with #E6CE5B

Text Example


Text Example

White with #E6CE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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