Html Css Color HEX #EFB257 Casablanca

📋 copy color: '#EFB257'

red 239 ◦ green 178 ◦ blue 87

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

Shades of Casablanca #EFB257

Tints of Casablanca #EFB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

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

R = 47.42%
G = 35.32%
B = 17.26%

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

#EFB257 (or 0xEFB257) is known color: Casablanca. HEX triplet: EF, B2 and 57. RGB value is (239,178,87). Sum of RGB (Red+Green+Blue) = 239+178+87=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB257 is #104DA8. Grayscale: #BABABA. Windows color (decimal): -1068457 or 5747439. OLE color: 5747439.

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

Color convert

RGB 239 178 87 -
CMYK 0 0.26 0.64 0.06
HSL 35.92º 0.83% 0.64% -
HSV(B) 35.92º 0.64% 0.94% -
XYZ 53.24 50.88 16.03 -
YUV 185.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 239 178 87 0 0.26 0.64 0.06 35.92 0.83 0.64
Hex EF B2 57 0 1A 40 6 24 53 40
Octal 357 262 127 0 32 100 6 44 123 100
Binary 11101111 10110010 1010111 0 11010 1000000 110 100100 1010011 1000000

Color Harmonies of #EFB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB257

Black with #EFB257

Text Example


Text Example

White with #EFB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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