Html Css Color HEX #EFB35E Casablanca

📋 copy color: '#EFB35E'

red 239 ◦ green 179 ◦ blue 94

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

Shades of Casablanca #EFB35E

Tints of Casablanca #EFB35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.36%

R = 46.68%
G = 34.96%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB35E (or 0xEFB35E) is known color: Casablanca. HEX triplet: EF, B3 and 5E. RGB value is (239,179,94). Sum of RGB (Red+Green+Blue) = 239+179+94=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB35E is #104CA1. Grayscale: #BBBBBB. Windows color (decimal): -1068194 or 6206447. OLE color: 6206447.

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

Color convert

RGB 239 179 94 -
CMYK 0 0.25 0.61 0.06
HSL 35.17º 0.82% 0.65% -
HSV(B) 35.17º 0.61% 0.94% -
XYZ 53.74 51.4 17.68 -
YUV 187.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 239 179 94 0 0.25 0.61 0.06 35.17 0.82 0.65
Hex EF B3 5E 0 19 3D 6 23 52 41
Octal 357 263 136 0 31 75 6 43 122 101
Binary 11101111 10110011 1011110 0 11001 111101 110 100011 1010010 1000001

Color Harmonies of #EFB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB35E

Black with #EFB35E

Text Example


Text Example

White with #EFB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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