Html Css Color HEX #EFB556 Casablanca

📋 copy color: '#EFB556'

red 239 ◦ green 181 ◦ blue 86

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

Shades of Casablanca #EFB556

Tints of Casablanca #EFB556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.77%

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

R = 47.23%
G = 35.77%
B = 17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFB556 (or 0xEFB556) is known color: Casablanca. HEX triplet: EF, B5 and 56. RGB value is (239,181,86). Sum of RGB (Red+Green+Blue) = 239+181+86=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB556 is #104AA9. Grayscale: #BBBBBB. Windows color (decimal): -1067690 or 5682671. OLE color: 5682671.

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

Color convert

RGB 239 181 86 -
CMYK 0 0.24 0.64 0.06
HSL 37.25º 0.83% 0.64% -
HSV(B) 37.25º 0.64% 0.94% -
XYZ 53.8 52.07 16.02 -
YUV 187.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 239 181 86 0 0.24 0.64 0.06 37.25 0.83 0.64
Hex EF B5 56 0 18 40 6 25 53 40
Octal 357 265 126 0 30 100 6 45 123 100
Binary 11101111 10110101 1010110 0 11000 1000000 110 100101 1010011 1000000

Color Harmonies of #EFB556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB556

Black with #EFB556

Text Example


Text Example

White with #EFB556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB556; }

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

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

background-color css

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

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

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

border-color css

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

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

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