Html Css Color HEX #EFB95D Casablanca

📋 copy color: '#EFB95D'

red 239 ◦ green 185 ◦ blue 93

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

Shades of Casablanca #EFB95D

Tints of Casablanca #EFB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 93 (36.72% from 255) = 17.99%

R = 46.23%
G = 35.78%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB95D (or 0xEFB95D) is known color: Casablanca. HEX triplet: EF, B9 and 5D. RGB value is (239,185,93). Sum of RGB (Red+Green+Blue) = 239+185+93=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB95D is #1046A2. Grayscale: #BFBFBF. Windows color (decimal): -1066659 or 6142447. OLE color: 6142447.

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

Color convert

RGB 239 185 93 -
CMYK 0 0.23 0.61 0.06
HSL 37.81º 0.82% 0.65% -
HSV(B) 37.81º 0.61% 0.94% -
XYZ 54.92 53.84 17.85 -
YUV 190.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 239 185 93 0 0.23 0.61 0.06 37.81 0.82 0.65
Hex EF B9 5D 0 17 3D 6 26 52 41
Octal 357 271 135 0 27 75 6 46 122 101
Binary 11101111 10111001 1011101 0 10111 111101 110 100110 1010010 1000001

Color Harmonies of #EFB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB95D

Black with #EFB95D

Text Example


Text Example

White with #EFB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB95D; }

 p { color: rgb(239,185,93); }

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

background-color css

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

 a { background-color: rgb(239,185,93); }

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

border-color css

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

 span { border-color: rgb(239,185,93); }

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