Html Css Color HEX #EFB056 Casablanca

📋 copy color: '#EFB056'

red 239 ◦ green 176 ◦ blue 86

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

Shades of Casablanca #EFB056

Tints of Casablanca #EFB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.17%

R = 47.7%
G = 35.13%
B = 17.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

#EFB056 (or 0xEFB056) is known color: Casablanca. HEX triplet: EF, B0 and 56. RGB value is (239,176,86). Sum of RGB (Red+Green+Blue) = 239+176+86=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB056 is #104FA9. Grayscale: #B9B9B9. Windows color (decimal): -1068970 or 5681391. OLE color: 5681391.

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

Color convert

RGB 239 176 86 -
CMYK 0 0.26 0.64 0.06
HSL 35.29º 0.83% 0.64% -
HSV(B) 35.29º 0.64% 0.94% -
XYZ 52.8 50.07 15.69 -
YUV 184.58 72.37 166.82 -
System Red Green Blue C M Y K H S L
Decimal 239 176 86 0 0.26 0.64 0.06 35.29 0.83 0.64
Hex EF B0 56 0 1A 40 6 23 53 40
Octal 357 260 126 0 32 100 6 43 123 100
Binary 11101111 10110000 1010110 0 11010 1000000 110 100011 1010011 1000000

Color Harmonies of #EFB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB056

Black with #EFB056

Text Example


Text Example

White with #EFB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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