Html Css Color HEX #EFB54D Casablanca

📋 copy color: '#EFB54D'

red 239 ◦ green 181 ◦ blue 77

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

Shades of Casablanca #EFB54D

Tints of Casablanca #EFB54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 48.09%
G = 36.42%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFB54D (or 0xEFB54D) is known color: Casablanca. HEX triplet: EF, B5 and 4D. RGB value is (239,181,77). Sum of RGB (Red+Green+Blue) = 239+181+77=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB54D is #104AB2. Grayscale: #BABABA. Windows color (decimal): -1067699 or 5092847. OLE color: 5092847.

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

Color convert

RGB 239 181 77 -
CMYK 0 0.24 0.68 0.06
HSL 38.52º 0.84% 0.62% -
HSV(B) 38.52º 0.68% 0.94% -
XYZ 53.46 51.93 14.23 -
YUV 186.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 239 181 77 0 0.24 0.68 0.06 38.52 0.84 0.62
Hex EF B5 4D 0 18 44 6 27 54 3E
Octal 357 265 115 0 30 104 6 47 124 76
Binary 11101111 10110101 1001101 0 11000 1000100 110 100111 1010100 111110

Color Harmonies of #EFB54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB54D

Black with #EFB54D

Text Example


Text Example

White with #EFB54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB54D; }

 p { color: rgb(239,181,77); }

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

background-color css

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

 a { background-color: rgb(239,181,77); }

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

border-color css

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

 span { border-color: rgb(239,181,77); }

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