Html Css Color HEX #EFB05F Casablanca

📋 copy color: '#EFB05F'

red 239 ◦ green 176 ◦ blue 95

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

Shades of Casablanca #EFB05F

Tints of Casablanca #EFB05F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 46.86%
G = 34.51%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFB05F (or 0xEFB05F) is known color: Casablanca. HEX triplet: EF, B0 and 5F. RGB value is (239,176,95). Sum of RGB (Red+Green+Blue) = 239+176+95=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB05F is #104FA0. Grayscale: #B9B9B9. Windows color (decimal): -1068961 or 6271215. OLE color: 6271215.

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

Color convert

RGB 239 176 95 -
CMYK 0 0.26 0.60 0.06
HSL 33.75º 0.82% 0.65% -
HSV(B) 33.75º 0.6% 0.94% -
XYZ 53.19 50.23 17.72 -
YUV 185.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 239 176 95 0 0.26 0.60 0.06 33.75 0.82 0.65
Hex EF B0 5F 0 1A 3C 6 22 52 41
Octal 357 260 137 0 32 74 6 42 122 101
Binary 11101111 10110000 1011111 0 11010 111100 110 100010 1010010 1000001

Color Harmonies of #EFB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB05F

Black with #EFB05F

Text Example


Text Example

White with #EFB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB05F; }

 p { color: rgb(239,176,95); }

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

background-color css

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

 a { background-color: rgb(239,176,95); }

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

border-color css

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

 span { border-color: rgb(239,176,95); }

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