Html Css Color HEX #EFAF5D Casablanca

📋 copy color: '#EFAF5D'

red 239 ◦ green 175 ◦ blue 93

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

Shades of Casablanca #EFAF5D

Tints of Casablanca #EFAF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 47.14%
G = 34.52%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFAF5D (or 0xEFAF5D) is known color: Casablanca. HEX triplet: EF, AF and 5D. RGB value is (239,175,93). Sum of RGB (Red+Green+Blue) = 239+175+93=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF5D is #1050A2. Grayscale: #B9B9B9. Windows color (decimal): -1069219 or 6139887. OLE color: 6139887.

HSL color Cylindrical-coordinate representation of color #EFAF5D: hue angle of 33.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFAF5D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 93 -
CMYK 0 0.27 0.61 0.06
HSL 33.7º 0.82% 0.65% -
HSV(B) 33.7º 0.61% 0.94% -
XYZ 52.9 49.8 17.18 -
YUV 184.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 239 175 93 0 0.27 0.61 0.06 33.7 0.82 0.65
Hex EF AF 5D 0 1B 3D 6 22 52 41
Octal 357 257 135 0 33 75 6 42 122 101
Binary 11101111 10101111 1011101 0 11011 111101 110 100010 1010010 1000001

Color Harmonies of #EFAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF5D

Black with #EFAF5D

Text Example


Text Example

White with #EFAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF5D; }

 p { color: rgb(239,175,93); }

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

background-color css

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

 a { background-color: rgb(239,175,93); }

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

border-color css

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

 span { border-color: rgb(239,175,93); }

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