Html Css Color HEX #EFB357 Casablanca

📋 copy color: '#EFB357'

red 239 ◦ green 179 ◦ blue 87

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

Shades of Casablanca #EFB357

Tints of Casablanca #EFB357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.23%

R = 47.33%
G = 35.45%
B = 17.23%

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

#EFB357 (or 0xEFB357) is known color: Casablanca. HEX triplet: EF, B3 and 57. RGB value is (239,179,87). Sum of RGB (Red+Green+Blue) = 239+179+87=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB357 is #104CA8. Grayscale: #BABABA. Windows color (decimal): -1068201 or 5747695. OLE color: 5747695.

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

Color convert

RGB 239 179 87 -
CMYK 0 0.25 0.64 0.06
HSL 36.32º 0.83% 0.64% -
HSV(B) 36.32º 0.64% 0.94% -
XYZ 53.44 51.28 16.1 -
YUV 186.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 239 179 87 0 0.25 0.64 0.06 36.32 0.83 0.64
Hex EF B3 57 0 19 40 6 24 53 40
Octal 357 263 127 0 31 100 6 44 123 100
Binary 11101111 10110011 1010111 0 11001 1000000 110 100100 1010011 1000000

Color Harmonies of #EFB357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB357

Black with #EFB357

Text Example


Text Example

White with #EFB357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB357; }

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

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

background-color css

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

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

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

border-color css

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

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

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