Html Css Color HEX #EFB453 Casablanca

📋 copy color: '#EFB453'

red 239 ◦ green 180 ◦ blue 83

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

Shades of Casablanca #EFB453

Tints of Casablanca #EFB453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.53%

R = 47.61%
G = 35.86%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFB453 (or 0xEFB453) is known color: Casablanca. HEX triplet: EF, B4 and 53. RGB value is (239,180,83). Sum of RGB (Red+Green+Blue) = 239+180+83=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB453 is #104BAC. Grayscale: #BBBBBB. Windows color (decimal): -1067949 or 5485807. OLE color: 5485807.

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

Color convert

RGB 239 180 83 -
CMYK 0 0.25 0.65 0.06
HSL 37.31º 0.83% 0.63% -
HSV(B) 37.31º 0.65% 0.94% -
XYZ 53.48 51.62 15.33 -
YUV 186.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 239 180 83 0 0.25 0.65 0.06 37.31 0.83 0.63
Hex EF B4 53 0 19 41 6 25 53 3F
Octal 357 264 123 0 31 101 6 45 123 77
Binary 11101111 10110100 1010011 0 11001 1000001 110 100101 1010011 111111

Color Harmonies of #EFB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB453

Black with #EFB453

Text Example


Text Example

White with #EFB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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