Html Css Color HEX #EFD467 Golden Sand

📋 copy color: '#EFD467'

red 239 ◦ green 212 ◦ blue 103

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

Shades of Golden Sand #EFD467

Tints of Golden Sand #EFD467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.59%

R = 43.14%
G = 38.27%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD467 (or 0xEFD467) is known color: Golden Sand. HEX triplet: EF, D4 and 67. RGB value is (239,212,103). Sum of RGB (Red+Green+Blue) = 239+212+103=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD467 is #102B98. Grayscale: #D0D0D0. Windows color (decimal): -1059737 or 6804719. OLE color: 6804719.

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

Color convert

RGB 239 212 103 -
CMYK 0 0.11 0.57 0.06
HSL 48.09º 0.81% 0.67% -
HSV(B) 48.09º 0.57% 0.94% -
XYZ 61.59 66.42 22.41 -
YUV 207.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 239 212 103 0 0.11 0.57 0.06 48.09 0.81 0.67
Hex EF D4 67 0 B 39 6 30 51 43
Octal 357 324 147 0 13 71 6 60 121 103
Binary 11101111 11010100 1100111 0 1011 111001 110 110000 1010001 1000011

Color Harmonies of #EFD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD467

Black with #EFD467

Text Example


Text Example

White with #EFD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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