Html Css Color HEX #EFAC50 Casablanca

📋 copy color: '#EFAC50'

red 239 ◦ green 172 ◦ blue 80

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

Shades of Casablanca #EFAC50

Tints of Casablanca #EFAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 48.68%
G = 35.03%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFAC50 (or 0xEFAC50) is known color: Casablanca. HEX triplet: EF, AC and 50. RGB value is (239,172,80). Sum of RGB (Red+Green+Blue) = 239+172+80=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC50 is #1053AF. Grayscale: #B5B5B5. Windows color (decimal): -1070000 or 5287151. OLE color: 5287151.

HSL color Cylindrical-coordinate representation of color #EFAC50: hue angle of 34.72º 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 #EFAC50 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 80 -
CMYK 0 0.28 0.67 0.06
HSL 34.72º 0.83% 0.63% -
HSV(B) 34.72º 0.67% 0.94% -
XYZ 51.8 48.43 14.21 -
YUV 181.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 239 172 80 0 0.28 0.67 0.06 34.72 0.83 0.63
Hex EF AC 50 0 1C 43 6 23 53 3F
Octal 357 254 120 0 34 103 6 43 123 77
Binary 11101111 10101100 1010000 0 11100 1000011 110 100011 1010011 111111

Color Harmonies of #EFAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC50

Black with #EFAC50

Text Example


Text Example

White with #EFAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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