Html Css Color HEX #EFCD71 Golden Sand

📋 copy color: '#EFCD71'

red 239 ◦ green 205 ◦ blue 113

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

Shades of Golden Sand #EFCD71

Tints of Golden Sand #EFCD71

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.8%

 BLUE value IS 113 (44.53% from 255) = 20.29%

R = 42.91%
G = 36.8%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFCD71 (or 0xEFCD71) is known color: Golden Sand. HEX triplet: EF, CD and 71. RGB value is (239,205,113). Sum of RGB (Red+Green+Blue) = 239+205+113=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD71 is #10328E. Grayscale: #CDCDCD. Windows color (decimal): -1061519 or 7458287. OLE color: 7458287.

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

Color convert

RGB 239 205 113 -
CMYK 0 0.14 0.53 0.06
HSL 43.81º 0.8% 0.69% -
HSV(B) 43.81º 0.53% 0.94% -
XYZ 60.41 63.21 24.64 -
YUV 204.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 239 205 113 0 0.14 0.53 0.06 43.81 0.8 0.69
Hex EF CD 71 0 E 35 6 2C 50 45
Octal 357 315 161 0 16 65 6 54 120 105
Binary 11101111 11001101 1110001 0 1110 110101 110 101100 1010000 1000101

Color Harmonies of #EFCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD71

Black with #EFCD71

Text Example


Text Example

White with #EFCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD71; }

 p { color: rgb(239,205,113); }

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

background-color css

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

 a { background-color: rgb(239,205,113); }

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

border-color css

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

 span { border-color: rgb(239,205,113); }

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