Html Css Color HEX #E0CB68 Golden Sand

📋 copy color: '#E0CB68'

red 224 ◦ green 203 ◦ blue 104

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

Shades of Golden Sand #E0CB68

Tints of Golden Sand #E0CB68

RGB

 RED value IS 224 (87.89% from 255) = 42.18%

 GREEN value IS 203 (79.69% from 255) = 38.23%

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 42.18%
G = 38.23%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0CB68 (or 0xE0CB68) is known color: Golden Sand. HEX triplet: E0, CB and 68. RGB value is (224,203,104). Sum of RGB (Red+Green+Blue) = 224+203+104=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB68 is #1F3497. Grayscale: #C6C6C6. Windows color (decimal): -2045080 or 6867936. OLE color: 6867936.

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

Color convert

RGB 224 203 104 -
CMYK 0 0.09 0.54 0.12
HSL 49.5º 0.66% 0.64% -
HSV(B) 49.5º 0.54% 0.88% -
XYZ 54.6 59.56 21.72 -
YUV 197.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 224 203 104 0 0.09 0.54 0.12 49.5 0.66 0.64
Hex E0 CB 68 0 9 36 C 32 42 40
Octal 340 313 150 0 11 66 14 62 102 100
Binary 11100000 11001011 1101000 0 1001 110110 1100 110010 1000010 1000000

Color Harmonies of #E0CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB68

Black with #E0CB68

Text Example


Text Example

White with #E0CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB68; }

 p { color: rgb(224,203,104); }

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

background-color css

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

 a { background-color: rgb(224,203,104); }

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

border-color css

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

 span { border-color: rgb(224,203,104); }

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