Html Css Color HEX #E8A64B Casablanca

📋 copy color: '#E8A64B'

red 232 ◦ green 166 ◦ blue 75

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

Shades of Casablanca #E8A64B

Tints of Casablanca #E8A64B

RGB

 RED value IS 232 (91.02% from 255) = 49.05%

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 75 (29.69% from 255) = 15.86%

R = 49.05%
G = 35.1%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8A64B (or 0xE8A64B) is known color: Casablanca. HEX triplet: E8, A6 and 4B. RGB value is (232,166,75). Sum of RGB (Red+Green+Blue) = 232+166+75=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A64B is #1759B4. Grayscale: #AFAFAF. Windows color (decimal): -1530293 or 4957928. OLE color: 4957928.

HSL color Cylindrical-coordinate representation of color #E8A64B: hue angle of 34.78º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8A64B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 166 75 -
CMYK 0 0.28 0.68 0.09
HSL 34.78º 0.77% 0.6% -
HSV(B) 34.78º 0.68% 0.91% -
XYZ 48.18 44.94 12.79 -
YUV 175.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 232 166 75 0 0.28 0.68 0.09 34.78 0.77 0.6
Hex E8 A6 4B 0 1C 44 9 23 4D 3C
Octal 350 246 113 0 34 104 11 43 115 74
Binary 11101000 10100110 1001011 0 11100 1000100 1001 100011 1001101 111100

Color Harmonies of #E8A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A64B

Black with #E8A64B

Text Example


Text Example

White with #E8A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A64B; }

 p { color: rgb(232,166,75); }

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

background-color css

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

 a { background-color: rgb(232,166,75); }

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

border-color css

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

 span { border-color: rgb(232,166,75); }

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