Html Css Color HEX #EEA551 Casablanca

📋 copy color: '#EEA551'

red 238 ◦ green 165 ◦ blue 81

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

Shades of Casablanca #EEA551

Tints of Casablanca #EEA551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.74%

R = 49.17%
G = 34.09%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA551 (or 0xEEA551) is known color: Casablanca. HEX triplet: EE, A5 and 51. RGB value is (238,165,81). Sum of RGB (Red+Green+Blue) = 238+165+81=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA551 is #115AAE. Grayscale: #B1B1B1. Windows color (decimal): -1137327 or 5350894. OLE color: 5350894.

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

Color convert

RGB 238 165 81 -
CMYK 0 0.31 0.66 0.07
HSL 32.1º 0.82% 0.63% -
HSV(B) 32.1º 0.66% 0.93% -
XYZ 50.2 45.68 13.96 -
YUV 177.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 238 165 81 0 0.31 0.66 0.07 32.1 0.82 0.63
Hex EE A5 51 0 1F 42 7 20 52 3F
Octal 356 245 121 0 37 102 7 40 122 77
Binary 11101110 10100101 1010001 0 11111 1000010 111 100000 1010010 111111

Color Harmonies of #EEA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA551

Black with #EEA551

Text Example


Text Example

White with #EEA551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA551; }

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

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

background-color css

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

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

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

border-color css

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

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

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