Html Css Color HEX #EFD465 Golden Sand

📋 copy color: '#EFD465'

red 239 ◦ green 212 ◦ blue 101

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

Shades of Golden Sand #EFD465

Tints of Golden Sand #EFD465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 43.3%
G = 38.41%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD465 (or 0xEFD465) is known color: Golden Sand. HEX triplet: EF, D4 and 65. RGB value is (239,212,101). Sum of RGB (Red+Green+Blue) = 239+212+101=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD465 is #102B9A. Grayscale: #CFCFCF. Windows color (decimal): -1059739 or 6673647. OLE color: 6673647.

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

Color convert

RGB 239 212 101 -
CMYK 0 0.11 0.58 0.06
HSL 48.26º 0.81% 0.67% -
HSV(B) 48.26º 0.58% 0.94% -
XYZ 61.49 66.38 21.88 -
YUV 207.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 239 212 101 0 0.11 0.58 0.06 48.26 0.81 0.67
Hex EF D4 65 0 B 3A 6 30 51 43
Octal 357 324 145 0 13 72 6 60 121 103
Binary 11101111 11010100 1100101 0 1011 111010 110 110000 1010001 1000011

Color Harmonies of #EFD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD465

Black with #EFD465

Text Example


Text Example

White with #EFD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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