Html Css Color HEX #EFB249 Casablanca

📋 copy color: '#EFB249'

red 239 ◦ green 178 ◦ blue 73

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

Shades of Casablanca #EFB249

Tints of Casablanca #EFB249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.9%

R = 48.78%
G = 36.33%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB249 (or 0xEFB249) is known color: Casablanca. HEX triplet: EF, B2 and 49. RGB value is (239,178,73). Sum of RGB (Red+Green+Blue) = 239+178+73=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB249 is #104DB6. Grayscale: #B8B8B8. Windows color (decimal): -1068471 or 4829935. OLE color: 4829935.

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

Color convert

RGB 239 178 73 -
CMYK 0 0.26 0.69 0.06
HSL 37.95º 0.84% 0.61% -
HSV(B) 37.95º 0.69% 0.94% -
XYZ 52.72 50.67 13.31 -
YUV 184.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 239 178 73 0 0.26 0.69 0.06 37.95 0.84 0.61
Hex EF B2 49 0 1A 45 6 26 54 3D
Octal 357 262 111 0 32 105 6 46 124 75
Binary 11101111 10110010 1001001 0 11010 1000101 110 100110 1010100 111101

Color Harmonies of #EFB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB249

Black with #EFB249

Text Example


Text Example

White with #EFB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB249; }

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

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

background-color css

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

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

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

border-color css

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

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

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