Html Css Color HEX #EEA650 Casablanca

📋 copy color: '#EEA650'

red 238 ◦ green 166 ◦ blue 80

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

Shades of Casablanca #EEA650

Tints of Casablanca #EEA650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 49.17%
G = 34.3%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA650 (or 0xEEA650) is known color: Casablanca. HEX triplet: EE, A6 and 50. RGB value is (238,166,80). Sum of RGB (Red+Green+Blue) = 238+166+80=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA650 is #1159AF. Grayscale: #B2B2B2. Windows color (decimal): -1137072 or 5285614. OLE color: 5285614.

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

Color convert

RGB 238 166 80 -
CMYK 0 0.30 0.66 0.07
HSL 32.66º 0.82% 0.62% -
HSV(B) 32.66º 0.66% 0.93% -
XYZ 50.34 46.03 13.82 -
YUV 177.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 238 166 80 0 0.30 0.66 0.07 32.66 0.82 0.62
Hex EE A6 50 0 1E 42 7 21 52 3E
Octal 356 246 120 0 36 102 7 41 122 76
Binary 11101110 10100110 1010000 0 11110 1000010 111 100001 1010010 111110

Color Harmonies of #EEA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA650

Black with #EEA650

Text Example


Text Example

White with #EEA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA650; }

 p { color: rgb(238,166,80); }

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

background-color css

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

 a { background-color: rgb(238,166,80); }

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

border-color css

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

 span { border-color: rgb(238,166,80); }

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