Html Css Color HEX #EFDB65 Golden Sand

📋 copy color: '#EFDB65'

red 239 ◦ green 219 ◦ blue 101

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

Shades of Golden Sand #EFDB65

Tints of Golden Sand #EFDB65

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 42.75%
G = 39.18%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFDB65 (or 0xEFDB65) is known color: Golden Sand. HEX triplet: EF, DB and 65. RGB value is (239,219,101). Sum of RGB (Red+Green+Blue) = 239+219+101=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB65 is #10249A. Grayscale: #D4D4D4. Windows color (decimal): -1057947 or 6675439. OLE color: 6675439.

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

Color convert

RGB 239 219 101 -
CMYK 0 0.08 0.58 0.06
HSL 51.3º 0.81% 0.67% -
HSV(B) 51.3º 0.58% 0.94% -
XYZ 63.28 69.95 22.48 -
YUV 211.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 239 219 101 0 0.08 0.58 0.06 51.3 0.81 0.67
Hex EF DB 65 0 8 3A 6 33 51 43
Octal 357 333 145 0 10 72 6 63 121 103
Binary 11101111 11011011 1100101 0 1000 111010 110 110011 1010001 1000011

Color Harmonies of #EFDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB65

Black with #EFDB65

Text Example


Text Example

White with #EFDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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