Html Css Color HEX #EFD065 Golden Sand

📋 copy color: '#EFD065'

red 239 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #EFD065

Tints of Golden Sand #EFD065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.96%

 BLUE value IS 101 (39.84% from 255) = 18.43%

R = 43.61%
G = 37.96%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD065 (or 0xEFD065) is known color: Golden Sand. HEX triplet: EF, D0 and 65. RGB value is (239,208,101). Sum of RGB (Red+Green+Blue) = 239+208+101=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD065 is #102F9A. Grayscale: #CDCDCD. Windows color (decimal): -1060763 or 6672623. OLE color: 6672623.

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

Color convert

RGB 239 208 101 -
CMYK 0 0.13 0.58 0.06
HSL 46.52º 0.81% 0.67% -
HSV(B) 46.52º 0.58% 0.94% -
XYZ 60.5 64.4 21.55 -
YUV 205.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 239 208 101 0 0.13 0.58 0.06 46.52 0.81 0.67
Hex EF D0 65 0 D 3A 6 2F 51 43
Octal 357 320 145 0 15 72 6 57 121 103
Binary 11101111 11010000 1100101 0 1101 111010 110 101111 1010001 1000011

Color Harmonies of #EFD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD065

Black with #EFD065

Text Example


Text Example

White with #EFD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD065; }

 p { color: rgb(239,208,101); }

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

background-color css

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

 a { background-color: rgb(239,208,101); }

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

border-color css

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

 span { border-color: rgb(239,208,101); }

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