Html Css Color HEX #EFAE4A Casablanca

📋 copy color: '#EFAE4A'

red 239 ◦ green 174 ◦ blue 74

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

Shades of Casablanca #EFAE4A

Tints of Casablanca #EFAE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

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

R = 49.08%
G = 35.73%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFAE4A (or 0xEFAE4A) is known color: Casablanca. HEX triplet: EF, AE and 4A. RGB value is (239,174,74). Sum of RGB (Red+Green+Blue) = 239+174+74=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE4A is #1051B5. Grayscale: #B6B6B6. Windows color (decimal): -1069494 or 4894447. OLE color: 4894447.

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

Color convert

RGB 239 174 74 -
CMYK 0 0.27 0.69 0.06
HSL 36.36º 0.84% 0.61% -
HSV(B) 36.36º 0.69% 0.94% -
XYZ 51.97 49.12 13.22 -
YUV 182.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 239 174 74 0 0.27 0.69 0.06 36.36 0.84 0.61
Hex EF AE 4A 0 1B 45 6 24 54 3D
Octal 357 256 112 0 33 105 6 44 124 75
Binary 11101111 10101110 1001010 0 11011 1000101 110 100100 1010100 111101

Color Harmonies of #EFAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE4A

Black with #EFAE4A

Text Example


Text Example

White with #EFAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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