Html Css Color HEX #EEAC4A Casablanca

📋 copy color: '#EEAC4A'

red 238 ◦ green 172 ◦ blue 74

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

Shades of Casablanca #EEAC4A

Tints of Casablanca #EEAC4A

RGB

 RED value IS 238 (93.36% from 255) = 49.17%

 GREEN value IS 172 (67.58% from 255) = 35.54%

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 49.17%
G = 35.54%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEAC4A (or 0xEEAC4A) is known color: Casablanca. HEX triplet: EE, AC and 4A. RGB value is (238,172,74). Sum of RGB (Red+Green+Blue) = 238+172+74=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC4A is #1153B5. Grayscale: #B5B5B5. Windows color (decimal): -1135542 or 4893934. OLE color: 4893934.

HSL color Cylindrical-coordinate representation of color #EEAC4A: hue angle of 35.85º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEAC4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 74 -
CMYK 0 0.28 0.69 0.07
HSL 35.85º 0.83% 0.61% -
HSV(B) 35.85º 0.69% 0.93% -
XYZ 51.25 48.18 13.08 -
YUV 180.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 238 172 74 0 0.28 0.69 0.07 35.85 0.83 0.61
Hex EE AC 4A 0 1C 45 7 24 53 3D
Octal 356 254 112 0 34 105 7 44 123 75
Binary 11101110 10101100 1001010 0 11100 1000101 111 100100 1010011 111101

Color Harmonies of #EEAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC4A

Black with #EEAC4A

Text Example


Text Example

White with #EEAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC4A; }

 p { color: rgb(238,172,74); }

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

background-color css

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

 a { background-color: rgb(238,172,74); }

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

border-color css

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

 span { border-color: rgb(238,172,74); }

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