Html Css Color HEX #EFB145 Casablanca

📋 copy color: '#EFB145'

red 239 ◦ green 177 ◦ blue 69

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

Shades of Casablanca #EFB145

Tints of Casablanca #EFB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 49.28%
G = 36.49%
B = 14.23%

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

#EFB145 (or 0xEFB145) is known color: Casablanca. HEX triplet: EF, B1 and 45. RGB value is (239,177,69). Sum of RGB (Red+Green+Blue) = 239+177+69=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB145 is #104EBA. Grayscale: #B7B7B7. Windows color (decimal): -1068731 or 4567535. OLE color: 4567535.

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

Color convert

RGB 239 177 69 -
CMYK 0 0.26 0.71 0.06
HSL 38.12º 0.84% 0.6% -
HSV(B) 38.12º 0.71% 0.94% -
XYZ 52.39 50.22 12.56 -
YUV 183.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 239 177 69 0 0.26 0.71 0.06 38.12 0.84 0.6
Hex EF B1 45 0 1A 47 6 26 54 3C
Octal 357 261 105 0 32 107 6 46 124 74
Binary 11101111 10110001 1000101 0 11010 1000111 110 100110 1010100 111100

Color Harmonies of #EFB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB145

Black with #EFB145

Text Example


Text Example

White with #EFB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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