Html Css Color HEX #EFB246 Casablanca

📋 copy color: '#EFB246'

red 239 ◦ green 178 ◦ blue 70

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

Shades of Casablanca #EFB246

Tints of Casablanca #EFB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 49.08%
G = 36.55%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFB246 (or 0xEFB246) is known color: Casablanca. HEX triplet: EF, B2 and 46. RGB value is (239,178,70). Sum of RGB (Red+Green+Blue) = 239+178+70=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB246 is #104DB9. Grayscale: #B8B8B8. Windows color (decimal): -1068474 or 4633327. OLE color: 4633327.

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

Color convert

RGB 239 178 70 -
CMYK 0 0.26 0.71 0.06
HSL 38.34º 0.84% 0.61% -
HSV(B) 38.34º 0.71% 0.94% -
XYZ 52.62 50.63 12.79 -
YUV 183.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 239 178 70 0 0.26 0.71 0.06 38.34 0.84 0.61
Hex EF B2 46 0 1A 47 6 26 54 3D
Octal 357 262 106 0 32 107 6 46 124 75
Binary 11101111 10110010 1000110 0 11010 1000111 110 100110 1010100 111101

Color Harmonies of #EFB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB246

Black with #EFB246

Text Example


Text Example

White with #EFB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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