Html Css Color HEX #EFAF50 Casablanca

📋 copy color: '#EFAF50'

red 239 ◦ green 175 ◦ blue 80

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

Shades of Casablanca #EFAF50

Tints of Casablanca #EFAF50

RGB

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

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

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

R = 48.38%
G = 35.43%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFAF50 (or 0xEFAF50) is known color: Casablanca. HEX triplet: EF, AF and 50. RGB value is (239,175,80). Sum of RGB (Red+Green+Blue) = 239+175+80=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF50 is #1050AF. Grayscale: #B7B7B7. Windows color (decimal): -1069232 or 5287919. OLE color: 5287919.

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

Color convert

RGB 239 175 80 -
CMYK 0 0.27 0.67 0.06
HSL 35.85º 0.83% 0.63% -
HSV(B) 35.85º 0.67% 0.94% -
XYZ 52.37 49.59 14.4 -
YUV 183.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 239 175 80 0 0.27 0.67 0.06 35.85 0.83 0.63
Hex EF AF 50 0 1B 43 6 24 53 3F
Octal 357 257 120 0 33 103 6 44 123 77
Binary 11101111 10101111 1010000 0 11011 1000011 110 100100 1010011 111111

Color Harmonies of #EFAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF50

Black with #EFAF50

Text Example


Text Example

White with #EFAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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