Html Css Color HEX #EFB345 Casablanca

📋 copy color: '#EFB345'

red 239 ◦ green 179 ◦ blue 69

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

Shades of Casablanca #EFB345

Tints of Casablanca #EFB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 49.08%
G = 36.76%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFB345 (or 0xEFB345) is known color: Casablanca. HEX triplet: EF, B3 and 45. RGB value is (239,179,69). Sum of RGB (Red+Green+Blue) = 239+179+69=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB345 is #104CBA. Grayscale: #B8B8B8. Windows color (decimal): -1068219 or 4568047. OLE color: 4568047.

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

Color convert

RGB 239 179 69 -
CMYK 0 0.25 0.71 0.06
HSL 38.82º 0.84% 0.6% -
HSV(B) 38.82º 0.71% 0.94% -
XYZ 52.79 51.02 12.7 -
YUV 184.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 239 179 69 0 0.25 0.71 0.06 38.82 0.84 0.6
Hex EF B3 45 0 19 47 6 27 54 3C
Octal 357 263 105 0 31 107 6 47 124 74
Binary 11101111 10110011 1000101 0 11001 1000111 110 100111 1010100 111100

Color Harmonies of #EFB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB345

Black with #EFB345

Text Example


Text Example

White with #EFB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB345; }

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

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

background-color css

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

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

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

border-color css

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

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

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