Html Css Color HEX #E6CE5A Portica

📋 copy color: '#E6CE5A'

red 230 ◦ green 206 ◦ blue 90

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

Shades of Portica #E6CE5A

Tints of Portica #E6CE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.11%

R = 43.73%
G = 39.16%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6CE5A (or 0xE6CE5A) is known color: Portica. HEX triplet: E6, CE and 5A. RGB value is (230,206,90). Sum of RGB (Red+Green+Blue) = 230+206+90=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE5A is #1931A5. Grayscale: #C8C8C8. Windows color (decimal): -1651110 or 5951206. OLE color: 5951206.

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

Color convert

RGB 230 206 90 -
CMYK 0 0.10 0.61 0.10
HSL 49.71º 0.74% 0.63% -
HSV(B) 49.71º 0.61% 0.9% -
XYZ 56.55 61.7 18.6 -
YUV 199.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 230 206 90 0 0.10 0.61 0.10 49.71 0.74 0.63
Hex E6 CE 5A 0 A 3D A 32 4A 3F
Octal 346 316 132 0 12 75 12 62 112 77
Binary 11100110 11001110 1011010 0 1010 111101 1010 110010 1001010 111111

Color Harmonies of #E6CE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE5A

Black with #E6CE5A

Text Example


Text Example

White with #E6CE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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