Html Css Color HEX #EFB656 Casablanca

📋 copy color: '#EFB656'

red 239 ◦ green 182 ◦ blue 86

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

Shades of Casablanca #EFB656

Tints of Casablanca #EFB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 47.14%
G = 35.9%
B = 16.96%

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

#EFB656 (or 0xEFB656) is known color: Casablanca. HEX triplet: EF, B6 and 56. RGB value is (239,182,86). Sum of RGB (Red+Green+Blue) = 239+182+86=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB656 is #1049A9. Grayscale: #BCBCBC. Windows color (decimal): -1067434 or 5682927. OLE color: 5682927.

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

Color convert

RGB 239 182 86 -
CMYK 0 0.24 0.64 0.06
HSL 37.65º 0.83% 0.64% -
HSV(B) 37.65º 0.64% 0.94% -
XYZ 54 52.48 16.09 -
YUV 188.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 239 182 86 0 0.24 0.64 0.06 37.65 0.83 0.64
Hex EF B6 56 0 18 40 6 26 53 40
Octal 357 266 126 0 30 100 6 46 123 100
Binary 11101111 10110110 1010110 0 11000 1000000 110 100110 1010011 1000000

Color Harmonies of #EFB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB656

Black with #EFB656

Text Example


Text Example

White with #EFB656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB656; }

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

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

background-color css

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

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

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

border-color css

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

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

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