Html Css Color HEX #EFB045 Casablanca

📋 copy color: '#EFB045'

red 239 ◦ green 176 ◦ blue 69

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

Shades of Casablanca #EFB045

Tints of Casablanca #EFB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

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

R = 49.38%
G = 36.36%
B = 14.26%

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

#EFB045 (or 0xEFB045) is known color: Casablanca. HEX triplet: EF, B0 and 45. RGB value is (239,176,69). Sum of RGB (Red+Green+Blue) = 239+176+69=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB045 is #104FBA. Grayscale: #B7B7B7. Windows color (decimal): -1068987 or 4567279. OLE color: 4567279.

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

Color convert

RGB 239 176 69 -
CMYK 0 0.26 0.71 0.06
HSL 37.76º 0.84% 0.6% -
HSV(B) 37.76º 0.71% 0.94% -
XYZ 52.2 49.83 12.5 -
YUV 182.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 239 176 69 0 0.26 0.71 0.06 37.76 0.84 0.6
Hex EF B0 45 0 1A 47 6 26 54 3C
Octal 357 260 105 0 32 107 6 46 124 74
Binary 11101111 10110000 1000101 0 11010 1000111 110 100110 1010100 111100

Color Harmonies of #EFB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB045

Black with #EFB045

Text Example


Text Example

White with #EFB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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