Html Css Color HEX #EFB156 Casablanca

📋 copy color: '#EFB156'

red 239 ◦ green 177 ◦ blue 86

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

Shades of Casablanca #EFB156

Tints of Casablanca #EFB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.26%

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

R = 47.61%
G = 35.26%
B = 17.13%

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

#EFB156 (or 0xEFB156) is known color: Casablanca. HEX triplet: EF, B1 and 56. RGB value is (239,177,86). Sum of RGB (Red+Green+Blue) = 239+177+86=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB156 is #104EA9. Grayscale: #B9B9B9. Windows color (decimal): -1068714 or 5681647. OLE color: 5681647.

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

Color convert

RGB 239 177 86 -
CMYK 0 0.26 0.64 0.06
HSL 35.69º 0.83% 0.64% -
HSV(B) 35.69º 0.64% 0.94% -
XYZ 53 50.47 15.75 -
YUV 185.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 239 177 86 0 0.26 0.64 0.06 35.69 0.83 0.64
Hex EF B1 56 0 1A 40 6 24 53 40
Octal 357 261 126 0 32 100 6 44 123 100
Binary 11101111 10110001 1010110 0 11010 1000000 110 100100 1010011 1000000

Color Harmonies of #EFB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB156

Black with #EFB156

Text Example


Text Example

White with #EFB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB156; }

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

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

background-color css

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

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

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

border-color css

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

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

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