Html Css Color HEX #EFD569 Golden Sand

📋 copy color: '#EFD569'

red 239 ◦ green 213 ◦ blue 105

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

Shades of Golden Sand #EFD569

Tints of Golden Sand #EFD569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.24%

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

R = 42.91%
G = 38.24%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFD569 (or 0xEFD569) is known color: Golden Sand. HEX triplet: EF, D5 and 69. RGB value is (239,213,105). Sum of RGB (Red+Green+Blue) = 239+213+105=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD569 is #102A96. Grayscale: #D0D0D0. Windows color (decimal): -1059479 or 6936047. OLE color: 6936047.

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

Color convert

RGB 239 213 105 -
CMYK 0 0.11 0.56 0.06
HSL 48.36º 0.81% 0.67% -
HSV(B) 48.36º 0.56% 0.94% -
XYZ 61.94 66.96 23.02 -
YUV 208.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 239 213 105 0 0.11 0.56 0.06 48.36 0.81 0.67
Hex EF D5 69 0 B 38 6 30 51 43
Octal 357 325 151 0 13 70 6 60 121 103
Binary 11101111 11010101 1101001 0 1011 111000 110 110000 1010001 1000011

Color Harmonies of #EFD569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD569

Black with #EFD569

Text Example


Text Example

White with #EFD569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD569; }

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

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

background-color css

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

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

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

border-color css

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

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

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