Html Css Color HEX #EFB055 Casablanca

📋 copy color: '#EFB055'

red 239 ◦ green 176 ◦ blue 85

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

Shades of Casablanca #EFB055

Tints of Casablanca #EFB055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17%

R = 47.8%
G = 35.2%
B = 17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFB055 (or 0xEFB055) is known color: Casablanca. HEX triplet: EF, B0 and 55. RGB value is (239,176,85). Sum of RGB (Red+Green+Blue) = 239+176+85=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB055 is #104FAA. Grayscale: #B8B8B8. Windows color (decimal): -1068971 or 5615855. OLE color: 5615855.

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

Color convert

RGB 239 176 85 -
CMYK 0 0.26 0.64 0.06
HSL 35.45º 0.83% 0.64% -
HSV(B) 35.45º 0.64% 0.94% -
XYZ 52.76 50.06 15.48 -
YUV 184.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 239 176 85 0 0.26 0.64 0.06 35.45 0.83 0.64
Hex EF B0 55 0 1A 40 6 23 53 40
Octal 357 260 125 0 32 100 6 43 123 100
Binary 11101111 10110000 1010101 0 11010 1000000 110 100011 1010011 1000000

Color Harmonies of #EFB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB055

Black with #EFB055

Text Example


Text Example

White with #EFB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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