Html Css Color HEX #EFB455 Casablanca

📋 copy color: '#EFB455'

red 239 ◦ green 180 ◦ blue 85

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

Shades of Casablanca #EFB455

Tints of Casablanca #EFB455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 47.42%
G = 35.71%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFB455 (or 0xEFB455) is known color: Casablanca. HEX triplet: EF, B4 and 55. RGB value is (239,180,85). Sum of RGB (Red+Green+Blue) = 239+180+85=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB455 is #104BAA. Grayscale: #BBBBBB. Windows color (decimal): -1067947 or 5616879. OLE color: 5616879.

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

Color convert

RGB 239 180 85 -
CMYK 0 0.25 0.64 0.06
HSL 37.01º 0.83% 0.64% -
HSV(B) 37.01º 0.64% 0.94% -
XYZ 53.56 51.65 15.74 -
YUV 186.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 239 180 85 0 0.25 0.64 0.06 37.01 0.83 0.64
Hex EF B4 55 0 19 40 6 25 53 40
Octal 357 264 125 0 31 100 6 45 123 100
Binary 11101111 10110100 1010101 0 11001 1000000 110 100101 1010011 1000000

Color Harmonies of #EFB455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB455

Black with #EFB455

Text Example


Text Example

White with #EFB455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB455; }

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

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

background-color css

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

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

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

border-color css

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

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

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