Html Css Color HEX #EFCD75 Golden Sand

📋 copy color: '#EFCD75'

red 239 ◦ green 205 ◦ blue 117

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

Shades of Golden Sand #EFCD75

Tints of Golden Sand #EFCD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 42.6%
G = 36.54%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFCD75 (or 0xEFCD75) is known color: Golden Sand. HEX triplet: EF, CD and 75. RGB value is (239,205,117). Sum of RGB (Red+Green+Blue) = 239+205+117=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD75 is #10328A. Grayscale: #CDCDCD. Windows color (decimal): -1061515 or 7720431. OLE color: 7720431.

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

Color convert

RGB 239 205 117 -
CMYK 0 0.14 0.51 0.06
HSL 43.28º 0.79% 0.7% -
HSV(B) 43.28º 0.51% 0.94% -
XYZ 60.64 63.3 25.85 -
YUV 205.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 239 205 117 0 0.14 0.51 0.06 43.28 0.79 0.7
Hex EF CD 75 0 E 33 6 2B 4F 46
Octal 357 315 165 0 16 63 6 53 117 106
Binary 11101111 11001101 1110101 0 1110 110011 110 101011 1001111 1000110

Color Harmonies of #EFCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD75

Black with #EFCD75

Text Example


Text Example

White with #EFCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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