Html Css Color HEX #EFB047 Casablanca

📋 copy color: '#EFB047'

red 239 ◦ green 176 ◦ blue 71

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

Shades of Casablanca #EFB047

Tints of Casablanca #EFB047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.61%

R = 49.18%
G = 36.21%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFB047 (or 0xEFB047) is known color: Casablanca. HEX triplet: EF, B0 and 47. RGB value is (239,176,71). Sum of RGB (Red+Green+Blue) = 239+176+71=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB047 is #104FB8. Grayscale: #B7B7B7. Windows color (decimal): -1068985 or 4698351. OLE color: 4698351.

HSL color Cylindrical-coordinate representation of color #EFB047: hue angle of 37.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFB047 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 71 -
CMYK 0 0.26 0.70 0.06
HSL 37.5º 0.84% 0.61% -
HSV(B) 37.5º 0.7% 0.94% -
XYZ 52.26 49.86 12.83 -
YUV 182.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 239 176 71 0 0.26 0.70 0.06 37.5 0.84 0.61
Hex EF B0 47 0 1A 46 6 26 54 3D
Octal 357 260 107 0 32 106 6 46 124 75
Binary 11101111 10110000 1000111 0 11010 1000110 110 100110 1010100 111101

Color Harmonies of #EFB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB047

Black with #EFB047

Text Example


Text Example

White with #EFB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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