Html Css Color HEX #EEA950 Casablanca

📋 copy color: '#EEA950'

red 238 ◦ green 169 ◦ blue 80

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

Shades of Casablanca #EEA950

Tints of Casablanca #EEA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

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

R = 48.87%
G = 34.7%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA950 (or 0xEEA950) is known color: Casablanca. HEX triplet: EE, A9 and 50. RGB value is (238,169,80). Sum of RGB (Red+Green+Blue) = 238+169+80=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA950 is #1156AF. Grayscale: #B3B3B3. Windows color (decimal): -1136304 or 5286382. OLE color: 5286382.

HSL color Cylindrical-coordinate representation of color #EEA950: hue angle of 33.8º 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 #EEA950 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 169 80 -
CMYK 0 0.29 0.66 0.07
HSL 33.8º 0.82% 0.62% -
HSV(B) 33.8º 0.66% 0.93% -
XYZ 50.9 47.13 14 -
YUV 179.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 238 169 80 0 0.29 0.66 0.07 33.8 0.82 0.62
Hex EE A9 50 0 1D 42 7 22 52 3E
Octal 356 251 120 0 35 102 7 42 122 76
Binary 11101110 10101001 1010000 0 11101 1000010 111 100010 1010010 111110

Color Harmonies of #EEA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA950

Black with #EEA950

Text Example


Text Example

White with #EEA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA950; }

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

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

background-color css

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

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

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

border-color css

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

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

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