Html Css Color HEX #E7A84B Casablanca

📋 copy color: '#E7A84B'

red 231 ◦ green 168 ◦ blue 75

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

Shades of Casablanca #E7A84B

Tints of Casablanca #E7A84B

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

 GREEN value IS 168 (66.02% from 255) = 35.44%

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

R = 48.73%
G = 35.44%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7A84B (or 0xE7A84B) is known color: Casablanca. HEX triplet: E7, A8 and 4B. RGB value is (231,168,75). Sum of RGB (Red+Green+Blue) = 231+168+75=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A84B is #1857B4. Grayscale: #B0B0B0. Windows color (decimal): -1595317 or 4958439. OLE color: 4958439.

HSL color Cylindrical-coordinate representation of color #E7A84B: hue angle of 35.77º degrees, saturation: 0.76, 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 #E7A84B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 168 75 -
CMYK 0 0.27 0.68 0.09
HSL 35.77º 0.76% 0.6% -
HSV(B) 35.77º 0.68% 0.91% -
XYZ 48.23 45.5 12.9 -
YUV 176.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 231 168 75 0 0.27 0.68 0.09 35.77 0.76 0.6
Hex E7 A8 4B 0 1B 44 9 24 4C 3C
Octal 347 250 113 0 33 104 11 44 114 74
Binary 11100111 10101000 1001011 0 11011 1000100 1001 100100 1001100 111100

Color Harmonies of #E7A84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A84B

Black with #E7A84B

Text Example


Text Example

White with #E7A84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A84B; }

 p { color: rgb(231,168,75); }

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

background-color css

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

 a { background-color: rgb(231,168,75); }

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

border-color css

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

 span { border-color: rgb(231,168,75); }

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