Html Css Color HEX #EFAF49 Casablanca

📋 copy color: '#EFAF49'

red 239 ◦ green 175 ◦ blue 73

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

Shades of Casablanca #EFAF49

Tints of Casablanca #EFAF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.99%

R = 49.08%
G = 35.93%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFAF49 (or 0xEFAF49) is known color: Casablanca. HEX triplet: EF, AF and 49. RGB value is (239,175,73). Sum of RGB (Red+Green+Blue) = 239+175+73=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF49 is #1050B6. Grayscale: #B6B6B6. Windows color (decimal): -1069239 or 4829167. OLE color: 4829167.

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

Color convert

RGB 239 175 73 -
CMYK 0 0.27 0.69 0.06
HSL 36.87º 0.84% 0.61% -
HSV(B) 36.87º 0.69% 0.94% -
XYZ 52.13 49.49 13.11 -
YUV 182.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 239 175 73 0 0.27 0.69 0.06 36.87 0.84 0.61
Hex EF AF 49 0 1B 45 6 25 54 3D
Octal 357 257 111 0 33 105 6 45 124 75
Binary 11101111 10101111 1001001 0 11011 1000101 110 100101 1010100 111101

Color Harmonies of #EFAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF49

Black with #EFAF49

Text Example


Text Example

White with #EFAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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