Html Css Color HEX #EFB44E Casablanca

📋 copy color: '#EFB44E'

red 239 ◦ green 180 ◦ blue 78

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

Shades of Casablanca #EFB44E

Tints of Casablanca #EFB44E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 48.09%
G = 36.22%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB44E (or 0xEFB44E) is known color: Casablanca. HEX triplet: EF, B4 and 4E. RGB value is (239,180,78). Sum of RGB (Red+Green+Blue) = 239+180+78=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB44E is #104BB1. Grayscale: #BABABA. Windows color (decimal): -1067954 or 5158127. OLE color: 5158127.

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

Color convert

RGB 239 180 78 -
CMYK 0 0.25 0.67 0.06
HSL 38.01º 0.83% 0.62% -
HSV(B) 38.01º 0.67% 0.94% -
XYZ 53.29 51.54 14.35 -
YUV 186.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 239 180 78 0 0.25 0.67 0.06 38.01 0.83 0.62
Hex EF B4 4E 0 19 43 6 26 53 3E
Octal 357 264 116 0 31 103 6 46 123 76
Binary 11101111 10110100 1001110 0 11001 1000011 110 100110 1010011 111110

Color Harmonies of #EFB44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB44E

Black with #EFB44E

Text Example


Text Example

White with #EFB44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB44E; }

 p { color: rgb(239,180,78); }

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

background-color css

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

 a { background-color: rgb(239,180,78); }

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

border-color css

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

 span { border-color: rgb(239,180,78); }

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