Html Css Color HEX #EFAF5A Casablanca

📋 copy color: '#EFAF5A'

red 239 ◦ green 175 ◦ blue 90

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

Shades of Casablanca #EFAF5A

Tints of Casablanca #EFAF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 47.42%
G = 34.72%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFAF5A (or 0xEFAF5A) is known color: Casablanca. HEX triplet: EF, AF and 5A. RGB value is (239,175,90). Sum of RGB (Red+Green+Blue) = 239+175+90=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF5A is #1050A5. Grayscale: #B8B8B8. Windows color (decimal): -1069222 or 5943279. OLE color: 5943279.

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

Color convert

RGB 239 175 90 -
CMYK 0 0.27 0.62 0.06
HSL 34.23º 0.82% 0.65% -
HSV(B) 34.23º 0.62% 0.94% -
XYZ 52.77 49.75 16.49 -
YUV 184.45 74.7 166.91 -
System Red Green Blue C M Y K H S L
Decimal 239 175 90 0 0.27 0.62 0.06 34.23 0.82 0.65
Hex EF AF 5A 0 1B 3E 6 22 52 41
Octal 357 257 132 0 33 76 6 42 122 101
Binary 11101111 10101111 1011010 0 11011 111110 110 100010 1010010 1000001

Color Harmonies of #EFAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF5A

Black with #EFAF5A

Text Example


Text Example

White with #EFAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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