Html Css Color HEX #EFB053 Casablanca

📋 copy color: '#EFB053'

red 239 ◦ green 176 ◦ blue 83

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

Shades of Casablanca #EFB053

Tints of Casablanca #EFB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

 BLUE value IS 83 (32.81% from 255) = 16.67%

R = 47.99%
G = 35.34%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFB053 (or 0xEFB053) is known color: Casablanca. HEX triplet: EF, B0 and 53. RGB value is (239,176,83). Sum of RGB (Red+Green+Blue) = 239+176+83=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB053 is #104FAC. Grayscale: #B8B8B8. Windows color (decimal): -1068973 or 5484783. OLE color: 5484783.

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

Color convert

RGB 239 176 83 -
CMYK 0 0.26 0.65 0.06
HSL 35.77º 0.83% 0.63% -
HSV(B) 35.77º 0.65% 0.94% -
XYZ 52.68 50.03 15.06 -
YUV 184.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 239 176 83 0 0.26 0.65 0.06 35.77 0.83 0.63
Hex EF B0 53 0 1A 41 6 24 53 3F
Octal 357 260 123 0 32 101 6 44 123 77
Binary 11101111 10110000 1010011 0 11010 1000001 110 100100 1010011 111111

Color Harmonies of #EFB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB053

Black with #EFB053

Text Example


Text Example

White with #EFB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB053; }

 p { color: rgb(239,176,83); }

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

background-color css

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

 a { background-color: rgb(239,176,83); }

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

border-color css

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

 span { border-color: rgb(239,176,83); }

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