Html Css Color HEX #EFAA55 Casablanca

📋 copy color: '#EFAA55'

red 239 ◦ green 170 ◦ blue 85

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

Shades of Casablanca #EFAA55

Tints of Casablanca #EFAA55

RGB

 RED value IS 239 (93.75% from 255) = 48.38%

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 85 (33.59% from 255) = 17.21%

R = 48.38%
G = 34.41%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFAA55 (or 0xEFAA55) is known color: Casablanca. HEX triplet: EF, AA and 55. RGB value is (239,170,85). Sum of RGB (Red+Green+Blue) = 239+170+85=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA55 is #1055AA. Grayscale: #B5B5B5. Windows color (decimal): -1070507 or 5614319. OLE color: 5614319.

HSL color Cylindrical-coordinate representation of color #EFAA55: hue angle of 33.12º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFAA55 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 170 85 -
CMYK 0 0.29 0.64 0.06
HSL 33.12º 0.83% 0.64% -
HSV(B) 33.12º 0.64% 0.94% -
XYZ 51.61 47.76 15.09 -
YUV 180.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 239 170 85 0 0.29 0.64 0.06 33.12 0.83 0.64
Hex EF AA 55 0 1D 40 6 21 53 40
Octal 357 252 125 0 35 100 6 41 123 100
Binary 11101111 10101010 1010101 0 11101 1000000 110 100001 1010011 1000000

Color Harmonies of #EFAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA55

Black with #EFAA55

Text Example


Text Example

White with #EFAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA55; }

 p { color: rgb(239,170,85); }

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

background-color css

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

 a { background-color: rgb(239,170,85); }

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

border-color css

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

 span { border-color: rgb(239,170,85); }

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