Html Css Color HEX #EFB359 Casablanca

📋 copy color: '#EFB359'

red 239 ◦ green 179 ◦ blue 89

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

Shades of Casablanca #EFB359

Tints of Casablanca #EFB359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.55%

R = 47.14%
G = 35.31%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB359 (or 0xEFB359) is known color: Casablanca. HEX triplet: EF, B3 and 59. RGB value is (239,179,89). Sum of RGB (Red+Green+Blue) = 239+179+89=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB359 is #104CA6. Grayscale: #BBBBBB. Windows color (decimal): -1068199 or 5878767. OLE color: 5878767.

HSL color Cylindrical-coordinate representation of color #EFB359: hue angle of 36º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFB359 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 89 -
CMYK 0 0.25 0.63 0.06
HSL 36º 0.82% 0.64% -
HSV(B) 36º 0.63% 0.94% -
XYZ 53.52 51.31 16.53 -
YUV 186.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 239 179 89 0 0.25 0.63 0.06 36 0.82 0.64
Hex EF B3 59 0 19 3F 6 24 52 40
Octal 357 263 131 0 31 77 6 44 122 100
Binary 11101111 10110011 1011001 0 11001 111111 110 100100 1010010 1000000

Color Harmonies of #EFB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB359

Black with #EFB359

Text Example


Text Example

White with #EFB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB359; }

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

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

background-color css

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

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

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

border-color css

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

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

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