Html Css Color HEX #EFB346 Casablanca

📋 copy color: '#EFB346'

red 239 ◦ green 179 ◦ blue 70

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

Shades of Casablanca #EFB346

Tints of Casablanca #EFB346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.34%

R = 48.98%
G = 36.68%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFB346 (or 0xEFB346) is known color: Casablanca. HEX triplet: EF, B3 and 46. RGB value is (239,179,70). Sum of RGB (Red+Green+Blue) = 239+179+70=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB346 is #104CB9. Grayscale: #B9B9B9. Windows color (decimal): -1068218 or 4633583. OLE color: 4633583.

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

Color convert

RGB 239 179 70 -
CMYK 0 0.25 0.71 0.06
HSL 38.7º 0.84% 0.61% -
HSV(B) 38.7º 0.71% 0.94% -
XYZ 52.82 51.03 12.86 -
YUV 184.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 239 179 70 0 0.25 0.71 0.06 38.7 0.84 0.61
Hex EF B3 46 0 19 47 6 27 54 3D
Octal 357 263 106 0 31 107 6 47 124 75
Binary 11101111 10110011 1000110 0 11001 1000111 110 100111 1010100 111101

Color Harmonies of #EFB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB346

Black with #EFB346

Text Example


Text Example

White with #EFB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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