Html Css Color HEX #EFB44A Casablanca

📋 copy color: '#EFB44A'

red 239 ◦ green 180 ◦ blue 74

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

Shades of Casablanca #EFB44A

Tints of Casablanca #EFB44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 48.48%
G = 36.51%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB44A (or 0xEFB44A) is known color: Casablanca. HEX triplet: EF, B4 and 4A. RGB value is (239,180,74). Sum of RGB (Red+Green+Blue) = 239+180+74=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB44A is #104BB5. Grayscale: #BABABA. Windows color (decimal): -1067958 or 4895983. OLE color: 4895983.

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

Color convert

RGB 239 180 74 -
CMYK 0 0.25 0.69 0.06
HSL 38.55º 0.84% 0.61% -
HSV(B) 38.55º 0.69% 0.94% -
XYZ 53.15 51.49 13.62 -
YUV 185.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 239 180 74 0 0.25 0.69 0.06 38.55 0.84 0.61
Hex EF B4 4A 0 19 45 6 27 54 3D
Octal 357 264 112 0 31 105 6 47 124 75
Binary 11101111 10110100 1001010 0 11001 1000101 110 100111 1010100 111101

Color Harmonies of #EFB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB44A

Black with #EFB44A

Text Example


Text Example

White with #EFB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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