Html Css Color HEX #EFB356 Casablanca

📋 copy color: '#EFB356'

red 239 ◦ green 179 ◦ blue 86

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

Shades of Casablanca #EFB356

Tints of Casablanca #EFB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

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

R = 47.42%
G = 35.52%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFB356 (or 0xEFB356) is known color: Casablanca. HEX triplet: EF, B3 and 56. RGB value is (239,179,86). Sum of RGB (Red+Green+Blue) = 239+179+86=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB356 is #104CA9. Grayscale: #BABABA. Windows color (decimal): -1068202 or 5682159. OLE color: 5682159.

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

Color convert

RGB 239 179 86 -
CMYK 0 0.25 0.64 0.06
HSL 36.47º 0.83% 0.64% -
HSV(B) 36.47º 0.64% 0.94% -
XYZ 53.4 51.26 15.88 -
YUV 186.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 239 179 86 0 0.25 0.64 0.06 36.47 0.83 0.64
Hex EF B3 56 0 19 40 6 24 53 40
Octal 357 263 126 0 31 100 6 44 123 100
Binary 11101111 10110011 1010110 0 11001 1000000 110 100100 1010011 1000000

Color Harmonies of #EFB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB356

Black with #EFB356

Text Example


Text Example

White with #EFB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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