Html Css Color HEX #EFCC73 Golden Sand

📋 copy color: '#EFCC73'

red 239 ◦ green 204 ◦ blue 115

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

Shades of Golden Sand #EFCC73

Tints of Golden Sand #EFCC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.56%

 BLUE value IS 115 (45.31% from 255) = 20.61%

R = 42.83%
G = 36.56%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCC73 (or 0xEFCC73) is known color: Golden Sand. HEX triplet: EF, CC and 73. RGB value is (239,204,115). Sum of RGB (Red+Green+Blue) = 239+204+115=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC73 is #10338C. Grayscale: #CCCCCC. Windows color (decimal): -1061773 or 7589103. OLE color: 7589103.

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

Color convert

RGB 239 204 115 -
CMYK 0 0.15 0.52 0.06
HSL 43.06º 0.79% 0.69% -
HSV(B) 43.06º 0.52% 0.94% -
XYZ 60.28 62.77 25.16 -
YUV 204.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 239 204 115 0 0.15 0.52 0.06 43.06 0.79 0.69
Hex EF CC 73 0 F 34 6 2B 4F 45
Octal 357 314 163 0 17 64 6 53 117 105
Binary 11101111 11001100 1110011 0 1111 110100 110 101011 1001111 1000101

Color Harmonies of #EFCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC73

Black with #EFCC73

Text Example


Text Example

White with #EFCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC73; }

 p { color: rgb(239,204,115); }

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

background-color css

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

 a { background-color: rgb(239,204,115); }

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

border-color css

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

 span { border-color: rgb(239,204,115); }

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