Html Css Color HEX #E6CA75 Chenin

📋 copy color: '#E6CA75'

red 230 ◦ green 202 ◦ blue 117

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

Shades of Chenin #E6CA75

Tints of Chenin #E6CA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.79%

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 41.89%
G = 36.79%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6CA75 (or 0xE6CA75) is known color: Chenin. HEX triplet: E6, CA and 75. RGB value is (230,202,117). Sum of RGB (Red+Green+Blue) = 230+202+117=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA75 is #19358A. Grayscale: #C9C9C9. Windows color (decimal): -1652107 or 7719654. OLE color: 7719654.

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

Color convert

RGB 230 202 117 -
CMYK 0 0.12 0.49 0.10
HSL 45.13º 0.69% 0.68% -
HSV(B) 45.13º 0.49% 0.9% -
XYZ 56.96 60.35 25.48 -
YUV 200.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 230 202 117 0 0.12 0.49 0.10 45.13 0.69 0.68
Hex E6 CA 75 0 C 31 A 2D 45 44
Octal 346 312 165 0 14 61 12 55 105 104
Binary 11100110 11001010 1110101 0 1100 110001 1010 101101 1000101 1000100

Color Harmonies of #E6CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA75

Black with #E6CA75

Text Example


Text Example

White with #E6CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA75; }

 p { color: rgb(230,202,117); }

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

background-color css

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

 a { background-color: rgb(230,202,117); }

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

border-color css

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

 span { border-color: rgb(230,202,117); }

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