Html Css Color HEX #EFD367 Golden Sand

📋 copy color: '#EFD367'

red 239 ◦ green 211 ◦ blue 103

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

Shades of Golden Sand #EFD367

Tints of Golden Sand #EFD367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 43.22%
G = 38.16%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD367 (or 0xEFD367) is known color: Golden Sand. HEX triplet: EF, D3 and 67. RGB value is (239,211,103). Sum of RGB (Red+Green+Blue) = 239+211+103=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD367 is #102C98. Grayscale: #CFCFCF. Windows color (decimal): -1059993 or 6804463. OLE color: 6804463.

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

Color convert

RGB 239 211 103 -
CMYK 0 0.12 0.57 0.06
HSL 47.65º 0.81% 0.67% -
HSV(B) 47.65º 0.57% 0.94% -
XYZ 61.34 65.92 22.32 -
YUV 207.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 239 211 103 0 0.12 0.57 0.06 47.65 0.81 0.67
Hex EF D3 67 0 C 39 6 30 51 43
Octal 357 323 147 0 14 71 6 60 121 103
Binary 11101111 11010011 1100111 0 1100 111001 110 110000 1010001 1000011

Color Harmonies of #EFD367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD367

Black with #EFD367

Text Example


Text Example

White with #EFD367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD367; }

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

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

background-color css

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

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

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

border-color css

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

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

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