Html Css Color HEX #EFB456 Casablanca

📋 copy color: '#EFB456'

red 239 ◦ green 180 ◦ blue 86

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

Shades of Casablanca #EFB456

Tints of Casablanca #EFB456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 47.33%
G = 35.64%
B = 17.03%

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

#EFB456 (or 0xEFB456) is known color: Casablanca. HEX triplet: EF, B4 and 56. RGB value is (239,180,86). Sum of RGB (Red+Green+Blue) = 239+180+86=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB456 is #104BA9. Grayscale: #BBBBBB. Windows color (decimal): -1067946 or 5682415. OLE color: 5682415.

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

Color convert

RGB 239 180 86 -
CMYK 0 0.25 0.64 0.06
HSL 36.86º 0.83% 0.64% -
HSV(B) 36.86º 0.64% 0.94% -
XYZ 53.6 51.67 15.95 -
YUV 186.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 239 180 86 0 0.25 0.64 0.06 36.86 0.83 0.64
Hex EF B4 56 0 19 40 6 25 53 40
Octal 357 264 126 0 31 100 6 45 123 100
Binary 11101111 10110100 1010110 0 11001 1000000 110 100101 1010011 1000000

Color Harmonies of #EFB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB456

Black with #EFB456

Text Example


Text Example

White with #EFB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB456; }

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

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

background-color css

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

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

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

border-color css

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

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

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