Html Css Color HEX #EFDC69 Golden Sand

📋 copy color: '#EFDC69'

red 239 ◦ green 220 ◦ blue 105

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

Shades of Golden Sand #EFDC69

Tints of Golden Sand #EFDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

 BLUE value IS 105 (41.41% from 255) = 18.62%

R = 42.38%
G = 39.01%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDC69 (or 0xEFDC69) is known color: Golden Sand. HEX triplet: EF, DC and 69. RGB value is (239,220,105). Sum of RGB (Red+Green+Blue) = 239+220+105=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC69 is #102396. Grayscale: #D5D5D5. Windows color (decimal): -1057687 or 6937839. OLE color: 6937839.

HSL color Cylindrical-coordinate representation of color #EFDC69: hue angle of 51.49º 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 #EFDC69 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 105 -
CMYK 0 0.08 0.56 0.06
HSL 51.49º 0.81% 0.67% -
HSV(B) 51.49º 0.56% 0.94% -
XYZ 63.74 70.56 23.62 -
YUV 212.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 239 220 105 0 0.08 0.56 0.06 51.49 0.81 0.67
Hex EF DC 69 0 8 38 6 33 51 43
Octal 357 334 151 0 10 70 6 63 121 103
Binary 11101111 11011100 1101001 0 1000 111000 110 110011 1010001 1000011

Color Harmonies of #EFDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC69

Black with #EFDC69

Text Example


Text Example

White with #EFDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC69; }

 p { color: rgb(239,220,105); }

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

background-color css

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

 a { background-color: rgb(239,220,105); }

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

border-color css

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

 span { border-color: rgb(239,220,105); }

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