Html Css Color HEX #EFB245 Casablanca

📋 copy color: '#EFB245'

red 239 ◦ green 178 ◦ blue 69

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

Shades of Casablanca #EFB245

Tints of Casablanca #EFB245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.2%

R = 49.18%
G = 36.63%
B = 14.2%

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

#EFB245 (or 0xEFB245) is known color: Casablanca. HEX triplet: EF, B2 and 45. RGB value is (239,178,69). Sum of RGB (Red+Green+Blue) = 239+178+69=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB245 is #104DBA. Grayscale: #B8B8B8. Windows color (decimal): -1068475 or 4567791. OLE color: 4567791.

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

Color convert

RGB 239 178 69 -
CMYK 0 0.26 0.71 0.06
HSL 38.47º 0.84% 0.6% -
HSV(B) 38.47º 0.71% 0.94% -
XYZ 52.59 50.62 12.63 -
YUV 183.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 239 178 69 0 0.26 0.71 0.06 38.47 0.84 0.6
Hex EF B2 45 0 1A 47 6 26 54 3C
Octal 357 262 105 0 32 107 6 46 124 74
Binary 11101111 10110010 1000101 0 11010 1000111 110 100110 1010100 111100

Color Harmonies of #EFB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB245

Black with #EFB245

Text Example


Text Example

White with #EFB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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