Html Css Color HEX #EFB355 Casablanca

📋 copy color: '#EFB355'

red 239 ◦ green 179 ◦ blue 85

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

Shades of Casablanca #EFB355

Tints of Casablanca #EFB355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 47.51%
G = 35.59%
B = 16.9%

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

#EFB355 (or 0xEFB355) is known color: Casablanca. HEX triplet: EF, B3 and 55. RGB value is (239,179,85). Sum of RGB (Red+Green+Blue) = 239+179+85=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB355 is #104CAA. Grayscale: #BABABA. Windows color (decimal): -1068203 or 5616623. OLE color: 5616623.

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

Color convert

RGB 239 179 85 -
CMYK 0 0.25 0.64 0.06
HSL 36.62º 0.83% 0.64% -
HSV(B) 36.62º 0.64% 0.94% -
XYZ 53.36 51.25 15.67 -
YUV 186.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 239 179 85 0 0.25 0.64 0.06 36.62 0.83 0.64
Hex EF B3 55 0 19 40 6 25 53 40
Octal 357 263 125 0 31 100 6 45 123 100
Binary 11101111 10110011 1010101 0 11001 1000000 110 100101 1010011 1000000

Color Harmonies of #EFB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB355

Black with #EFB355

Text Example


Text Example

White with #EFB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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