Html Css Color HEX #EFCD68 Golden Sand

📋 copy color: '#EFCD68'

red 239 ◦ green 205 ◦ blue 104

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

Shades of Golden Sand #EFCD68

Tints of Golden Sand #EFCD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.98%

R = 43.61%
G = 37.41%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCD68 (or 0xEFCD68) is known color: Golden Sand. HEX triplet: EF, CD and 68. RGB value is (239,205,104). Sum of RGB (Red+Green+Blue) = 239+205+104=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD68 is #103297. Grayscale: #CCCCCC. Windows color (decimal): -1061528 or 6868463. OLE color: 6868463.

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

Color convert

RGB 239 205 104 -
CMYK 0 0.14 0.56 0.06
HSL 44.89º 0.81% 0.67% -
HSV(B) 44.89º 0.56% 0.94% -
XYZ 59.93 63.01 22.1 -
YUV 203.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 239 205 104 0 0.14 0.56 0.06 44.89 0.81 0.67
Hex EF CD 68 0 E 38 6 2D 51 43
Octal 357 315 150 0 16 70 6 55 121 103
Binary 11101111 11001101 1101000 0 1110 111000 110 101101 1010001 1000011

Color Harmonies of #EFCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD68

Black with #EFCD68

Text Example


Text Example

White with #EFCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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