Html Css Color HEX #EFAD4A Casablanca

📋 copy color: '#EFAD4A'

red 239 ◦ green 173 ◦ blue 74

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

Shades of Casablanca #EFAD4A

Tints of Casablanca #EFAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 49.18%
G = 35.6%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFAD4A (or 0xEFAD4A) is known color: Casablanca. HEX triplet: EF, AD and 4A. RGB value is (239,173,74). Sum of RGB (Red+Green+Blue) = 239+173+74=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD4A is #1052B5. Grayscale: #B5B5B5. Windows color (decimal): -1069750 or 4894191. OLE color: 4894191.

HSL color Cylindrical-coordinate representation of color #EFAD4A: hue angle of 36º 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 #EFAD4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 74 -
CMYK 0 0.28 0.69 0.06
HSL 36º 0.84% 0.61% -
HSV(B) 36º 0.69% 0.94% -
XYZ 51.78 48.73 13.16 -
YUV 181.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 239 173 74 0 0.28 0.69 0.06 36 0.84 0.61
Hex EF AD 4A 0 1C 45 6 24 54 3D
Octal 357 255 112 0 34 105 6 44 124 75
Binary 11101111 10101101 1001010 0 11100 1000101 110 100100 1010100 111101

Color Harmonies of #EFAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD4A

Black with #EFAD4A

Text Example


Text Example

White with #EFAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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