Html Css Color HEX #EFB45E Casablanca

📋 copy color: '#EFB45E'

red 239 ◦ green 180 ◦ blue 94

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

Shades of Casablanca #EFB45E

Tints of Casablanca #EFB45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.32%

R = 46.59%
G = 35.09%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB45E (or 0xEFB45E) is known color: Casablanca. HEX triplet: EF, B4 and 5E. RGB value is (239,180,94). Sum of RGB (Red+Green+Blue) = 239+180+94=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB45E is #104BA1. Grayscale: #BCBCBC. Windows color (decimal): -1067938 or 6206703. OLE color: 6206703.

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

Color convert

RGB 239 180 94 -
CMYK 0 0.25 0.61 0.06
HSL 35.59º 0.82% 0.65% -
HSV(B) 35.59º 0.61% 0.94% -
XYZ 53.94 51.8 17.75 -
YUV 187.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 239 180 94 0 0.25 0.61 0.06 35.59 0.82 0.65
Hex EF B4 5E 0 19 3D 6 24 52 41
Octal 357 264 136 0 31 75 6 44 122 101
Binary 11101111 10110100 1011110 0 11001 111101 110 100100 1010010 1000001

Color Harmonies of #EFB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB45E

Black with #EFB45E

Text Example


Text Example

White with #EFB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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