Html Css Color HEX #EEA553 Casablanca

📋 copy color: '#EEA553'

red 238 ◦ green 165 ◦ blue 83

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

Shades of Casablanca #EEA553

Tints of Casablanca #EEA553

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 83 (32.81% from 255) = 17.08%

R = 48.97%
G = 33.95%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EEA553 (or 0xEEA553) is known color: Casablanca. HEX triplet: EE, A5 and 53. RGB value is (238,165,83). Sum of RGB (Red+Green+Blue) = 238+165+83=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA553 is #115AAC. Grayscale: #B1B1B1. Windows color (decimal): -1137325 or 5481966. OLE color: 5481966.

HSL color Cylindrical-coordinate representation of color #EEA553: hue angle of 31.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEA553 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 165 83 -
CMYK 0 0.31 0.65 0.07
HSL 31.74º 0.82% 0.63% -
HSV(B) 31.74º 0.65% 0.93% -
XYZ 50.28 45.71 14.36 -
YUV 177.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 238 165 83 0 0.31 0.65 0.07 31.74 0.82 0.63
Hex EE A5 53 0 1F 41 7 20 52 3F
Octal 356 245 123 0 37 101 7 40 122 77
Binary 11101110 10100101 1010011 0 11111 1000001 111 100000 1010010 111111

Color Harmonies of #EEA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA553

Black with #EEA553

Text Example


Text Example

White with #EEA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA553; }

 p { color: rgb(238,165,83); }

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

background-color css

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

 a { background-color: rgb(238,165,83); }

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

border-color css

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

 span { border-color: rgb(238,165,83); }

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